#78AFDB

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

Shades of Jordy Blue #78AFDB

Tints of Jordy Blue #78AFDB

Color information

#78AFDB (or 0x78AFDB) is unknown color: approx Jordy Blue. HEX triplet: 78, AF and DB. RGB value is (120,175,219). Sum of RGB (Red+Green+Blue) = 120+175+219=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #78AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFDB is #875024. Grayscale: #A3A3A3. Windows color (decimal): -8867877 or 14397304. OLE color: 14397304.

HSL color Cylindrical-coordinate representation of color #78AFDB: hue angle of 206.67º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78AFDB is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120175219-
CMYK0.450.2000.14
HSL206.67º57.89%66.47%-
HSV(B)206.67º45.21%85.88%-
XYZ35.8639.7772.8-
YUV163.57159.2896.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.35%
GREEN value IS 175 (68.75% from 255) = 34.05%
BLUE value IS 219 (85.94% from 255) = 42.61%
R=23.35%
G=34.05%
B=42.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201752190.450.2000.14206.6757.8966.47
Hex78AFDB2D140Ecf3a42
Octal170257333552401631772102
Binary111100010101111110110111011011010001110110011111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,175,219); }

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

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

 a { background-color: rgb(120,175,219); }

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

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

 span { border-color: rgb(120,175,219); }

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