#7FB0DA

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

Shades of Jordy Blue #7FB0DA

Tints of Jordy Blue #7FB0DA

Color information

#7FB0DA (or 0x7FB0DA) is unknown color: approx Jordy Blue. HEX triplet: 7F, B0 and DA. RGB value is (127,176,218). Sum of RGB (Red+Green+Blue) = 127+176+218=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FB0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FB0DA is #804F25. Grayscale: #A5A5A5. Windows color (decimal): -8408870 or 14332031. OLE color: 14332031.

HSL color Cylindrical-coordinate representation of color #7FB0DA: hue angle of 207.69º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FB0DA is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127176218-
CMYK0.420.1900.15
HSL207.69º55.15%67.65%-
HSV(B)207.69º41.74%85.49%-
XYZ36.9340.6272.22-
YUV166.14157.27100.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.38%
GREEN value IS 176 (69.14% from 255) = 33.78%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=24.38%
G=33.78%
B=41.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271762180.420.1900.15207.6955.1567.65
Hex7FB0DA2A130Fd03744
Octal177260332522301732067104
Binary111111110110000110110101010101001101111110100001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,176,218); }

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

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

 a { background-color: rgb(127,176,218); }

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

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

 span { border-color: rgb(127,176,218); }

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