#7FB5DC

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

Shades of Jordy Blue #7FB5DC

Tints of Jordy Blue #7FB5DC

Color information

#7FB5DC (or 0x7FB5DC) is unknown color: approx Jordy Blue. HEX triplet: 7F, B5 and DC. RGB value is (127,181,220). Sum of RGB (Red+Green+Blue) = 127+181+220=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FB5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FB5DC is #804A23. Grayscale: #A9A9A9. Windows color (decimal): -8407588 or 14464383. OLE color: 14464383.

HSL color Cylindrical-coordinate representation of color #7FB5DC: hue angle of 205.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB5DC is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127181220-
CMYK0.420.1800.14
HSL205.16º57.06%68.04%-
HSV(B)205.16º42.27%86.27%-
XYZ38.1942.7373.94-
YUV169.3156.6197.83-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.05%
GREEN value IS 181 (71.09% from 255) = 34.28%
BLUE value IS 220 (86.33% from 255) = 41.67%
R=24.05%
G=34.28%
B=41.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271812200.420.1800.14205.1657.0668.04
Hex7FB5DC2A120Ecd3944
Octal177265334522201631571104
Binary111111110110101110111001010101001001110110011011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,181,220); }

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

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

 a { background-color: rgb(127,181,220); }

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

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

 span { border-color: rgb(127,181,220); }

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