#78CBED

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

Shades of Sky Blue #78CBED

Tints of Sky Blue #78CBED

Color information

#78CBED (or 0x78CBED) is unknown color: approx Sky Blue. HEX triplet: 78, CB and ED. RGB value is (120,203,237). Sum of RGB (Red+Green+Blue) = 120+203+237=560 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.43% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #78CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CBED is #873412. Grayscale: #B5B5B5. Windows color (decimal): -8860691 or 15584120. OLE color: 15584120.

HSL color Cylindrical-coordinate representation of color #78CBED: hue angle of 197.44º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78CBED is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120203237-
CMYK0.490.1400.07
HSL197.44º76.47%70%-
HSV(B)197.44º49.37%92.94%-
XYZ44.3952.8287.98-
YUV182.0615983.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.43%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=21.43%
G=36.25%
B=42.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1202032370.490.1400.07197.4476.4770
Hex78CBED31E07c54c46
Octal170313355611607305114106
Binary11110001100101111101101110001111001111100010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,203,237); }

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

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

 a { background-color: rgb(120,203,237); }

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

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

 span { border-color: rgb(120,203,237); }

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