#7fb7e2

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

Shades of Jordy Blue #7FB7E2

Tints of Jordy Blue #7FB7E2

Color information

#7FB7E2 (or 0x7FB7E2) is unknown color: approx Jordy Blue. HEX triplet: 7F, B7 and E2. RGB value is (127,183,226). Sum of RGB (Red+Green+Blue) = 127+183+226=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 183 (71.88% from 255 or 34.14% from 536); Blue value is 226 (88.67% from 255 or 42.16% from 536); Max value from RGB is 226 - color contains mainly: blue. Hex color #7FB7E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB7E2 is #80481D. Grayscale: #AAAAAA. Windows color (decimal): -8407070 or 14858111. OLE color: 14858111.

HSL color Cylindrical-coordinate representation of color #7FB7E2: hue angle of 206.06º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7FB7E2 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB127183226-
CMYK0.440.1900.11
HSL206.06º63.06%69.22%-
HSV(B)206.06º43.81%88.63%-
XYZ39.4143.8778.34-
YUV171.16158.9596.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.69%
GREEN value IS 183 (71.88% from 255) = 34.14%
BLUE value IS 226 (88.67% from 255) = 42.16%
R=23.69%
G=34.14%
B=42.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1271832260.440.1900.11206.0663.0669.22
Hex7FB7E22C130Bce3f45
Octal177267342542301331677105
Binary111111110110111111000101011001001101011110011101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7fb7e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,183,226); }

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

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

 a { background-color: rgb(127,183,226); }

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

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

 span { border-color: rgb(127,183,226); }

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