#78B6EA

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

Shades of Jordy Blue #78B6EA

Tints of Jordy Blue #78B6EA

Color information

#78B6EA (or 0x78B6EA) is unknown color: approx Jordy Blue. HEX triplet: 78, B6 and EA. RGB value is (120,182,234). Sum of RGB (Red+Green+Blue) = 120+182+234=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #78B6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B6EA is #874915. Grayscale: #A9A9A9. Windows color (decimal): -8866070 or 15382136. OLE color: 15382136.

HSL color Cylindrical-coordinate representation of color #78B6EA: hue angle of 207.37º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78B6EA is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB120182234-
CMYK0.490.2200.08
HSL207.37º73.08%69.41%-
HSV(B)207.37º48.72%91.76%-
XYZ39.3243.3984.14-
YUV169.39164.4692.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.39%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=22.39%
G=33.96%
B=43.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1201822340.490.2200.08207.3773.0869.41
Hex78B6EA311608cf4945
Octal1702663526126010317111105
Binary1111000101101101110101011000110110010001100111110010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,182,234); }

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

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

 a { background-color: rgb(120,182,234); }

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

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

 span { border-color: rgb(120,182,234); }

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