#78CFF1

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

Shades of Sky Blue #78CFF1

Tints of Sky Blue #78CFF1

Color information

#78CFF1 (or 0x78CFF1) is unknown color: approx Sky Blue. HEX triplet: 78, CF and F1. RGB value is (120,207,241). Sum of RGB (Red+Green+Blue) = 120+207+241=568 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.13% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #78CFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CFF1 is #87300E. Grayscale: #B8B8B8. Windows color (decimal): -8859663 or 15847288. OLE color: 15847288.

HSL color Cylindrical-coordinate representation of color #78CFF1: hue angle of 196.86º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78CFF1 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120207241-
CMYK0.500.1400.05
HSL196.86º81.21%70.78%-
HSV(B)196.86º50.21%94.51%-
XYZ45.9454.9791.41-
YUV184.86159.6881.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.13%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=21.13%
G=36.44%
B=42.43%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1202072410.500.1400.05196.8681.2170.78
Hex78CFF132E05c55147
Octal170317361621605305121107
Binary11110001100111111110001110010111001011100010110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78CFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,207,241); }

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

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

 a { background-color: rgb(120,207,241); }

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

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

 span { border-color: rgb(120,207,241); }

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