#78B1E5

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

Shades of Jordy Blue #78B1E5

Tints of Jordy Blue #78B1E5

Color information

#78B1E5 (or 0x78B1E5) is unknown color: approx Jordy Blue. HEX triplet: 78, B1 and E5. RGB value is (120,177,229). Sum of RGB (Red+Green+Blue) = 120+177+229=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #78B1E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B1E5 is #874E1A. Grayscale: #A5A5A5. Windows color (decimal): -8867355 or 15053176. OLE color: 15053176.

HSL color Cylindrical-coordinate representation of color #78B1E5: hue angle of 208.62º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78B1E5 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB120177229-
CMYK0.480.2300.10
HSL208.62º67.7%68.43%-
HSV(B)208.62º47.6%89.8%-
XYZ37.6141.0980.08-
YUV165.88163.6295.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.81%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 229 (89.84% from 255) = 43.54%
R=22.81%
G=33.65%
B=43.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1201772290.480.2300.10208.6267.768.43
Hex78B1E530170Ad14444
Octal1702613456027012321104104
Binary1111000101100011110010111000010111010101101000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,177,229); }

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

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

 a { background-color: rgb(120,177,229); }

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

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

 span { border-color: rgb(120,177,229); }

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