#7FBAEA

Color #7FBAEA Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7FBAEA

Tints of Jordy Blue #7FBAEA

Color information

#7FBAEA (or 0x7FBAEA) is unknown color: approx Jordy Blue. HEX triplet: 7F, BA and EA. RGB value is (127,186,234). Sum of RGB (Red+Green+Blue) = 127+186+234=547 (72% of max value = 765). Red value is 127 (50% from 255 or 23.22% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #7FBAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FBAEA is #804515. Grayscale: #ADADAD. Windows color (decimal): -8406294 or 15383167. OLE color: 15383167.

HSL color Cylindrical-coordinate representation of color #7FBAEA: hue angle of 206.92º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7FBAEA is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB127186234-
CMYK0.460.2100.08
HSL206.92º71.81%70.78%-
HSV(B)206.92º45.73%91.76%-
XYZ41.1645.5784.47-
YUV173.83161.9594.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 23.22%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=23.22%
G=34.00%
B=42.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1271862340.460.2100.08206.9271.8170.78
Hex7FBAEA2E1508cf4847
Octal1772723525625010317110107
Binary1111111101110101110101010111010101010001100111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FBAEA; }

 p { color: rgb(127,186,234); }

 H1.HeaderClassName
 {
   color: #7FBAEA;
 }
 .AnyTagClassName
 {
   color: #7FBAEA;
 }
</style>
background-color css

<style>
 a { background-color: #7FBAEA; }

 a { background-color: rgb(127,186,234); }

 div.DivClassName
 {
   background-color: #7FBAEA;
 }
 .BgClassName
 {
   background-color: #7FBAEA;
 }
</style>
border-color css

<style>
 span { border-color: #7FBAEA; }

 span { border-color: rgb(127,186,234); }

 td.TdClassName
 {
   border-color: #7FBAEA;
 }
 .TagClassName
 {
   border-color: #7FBAEA;
 }
</style>