#78AFDC

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

Shades of Jordy Blue #78AFDC

Tints of Jordy Blue #78AFDC

Color information

#78AFDC (or 0x78AFDC) is unknown color: approx Jordy Blue. HEX triplet: 78, AF and DC. RGB value is (120,175,220). Sum of RGB (Red+Green+Blue) = 120+175+220=515 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.30% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #78AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AFDC is #875023. Grayscale: #A3A3A3. Windows color (decimal): -8867876 or 14462840. OLE color: 14462840.

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

Color convert

RGB120175220-
CMYK0.450.2000.14
HSL207º58.82%66.67%-
HSV(B)207º45.45%86.27%-
XYZ35.9939.8273.5-
YUV163.68159.7896.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.30%
GREEN value IS 175 (68.75% from 255) = 33.98%
BLUE value IS 220 (86.33% from 255) = 42.72%
R=23.30%
G=33.98%
B=42.72%

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
Decimal1201752200.450.2000.1420758.8266.67
Hex78AFDC2D140Ecf3b43
Octal170257334552401631773103
Binary111100010101111110111001011011010001110110011111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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