#78B3DE

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

Shades of Jordy Blue #78B3DE

Tints of Jordy Blue #78B3DE

Color information

#78B3DE (or 0x78B3DE) is unknown color: approx Jordy Blue. HEX triplet: 78, B3 and DE. RGB value is (120,179,222). Sum of RGB (Red+Green+Blue) = 120+179+222=521 (69% of max value = 765). Red value is 120 (47.27% from 255 or 23.03% from 521); Green value is 179 (70.31% from 255 or 34.36% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #78B3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B3DE is #874C21. Grayscale: #A6A6A6. Windows color (decimal): -8866850 or 14594936. OLE color: 14594936.

HSL color Cylindrical-coordinate representation of color #78B3DE: hue angle of 205.29º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78B3DE is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120179222-
CMYK0.460.1900.13
HSL205.29º60.71%67.06%-
HSV(B)205.29º45.95%87.06%-
XYZ37.0541.5175.17-
YUV166.26159.4595-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.03%
GREEN value IS 179 (70.31% from 255) = 34.36%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=23.03%
G=34.36%
B=42.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201792220.460.1900.13205.2960.7167.06
Hex78B3DE2E130Dcd3d43
Octal170263336562301531575103
Binary111100010110011110111101011101001101101110011011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78B3DE; }

 p { color: rgb(120,179,222); }

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

<style>
 a { background-color: #78B3DE; }

 a { background-color: rgb(120,179,222); }

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

<style>
 span { border-color: #78B3DE; }

 span { border-color: rgb(120,179,222); }

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