#7FA8D4

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

Shades of Jordy Blue #7FA8D4

Tints of Jordy Blue #7FA8D4

Color information

#7FA8D4 (or 0x7FA8D4) is unknown color: approx Jordy Blue. HEX triplet: 7F, A8 and D4. RGB value is (127,168,212). Sum of RGB (Red+Green+Blue) = 127+168+212=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 212 (83.20% from 255 or 41.81% from 507); Max value from RGB is 212 - color contains mainly: blue. Hex color #7FA8D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA8D4 is #80572B. Grayscale: #A0A0A0. Windows color (decimal): -8410924 or 13936767. OLE color: 13936767.

HSL color Cylindrical-coordinate representation of color #7FA8D4: hue angle of 211.06º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FA8D4 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB127168212-
CMYK0.400.2100.17
HSL211.06º49.71%66.47%-
HSV(B)211.06º40.09%83.14%-
XYZ34.6437.2767.66-
YUV160.76156.92103.92-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.05%
GREEN value IS 168 (66.02% from 255) = 33.14%
BLUE value IS 212 (83.20% from 255) = 41.81%
R=25.05%
G=33.14%
B=41.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1271682120.400.2100.17211.0649.7166.47
Hex7FA8D42815011d33242
Octal177250324502502132362102
Binary1111111101010001101010010100010101010001110100111100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,212); }

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

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

 a { background-color: rgb(127,168,212); }

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

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

 span { border-color: rgb(127,168,212); }

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