#08C4FF

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

Shades of Deep Sky Blue #08C4FF

Tints of Deep Sky Blue #08C4FF

Color information

#08C4FF (or 0x08C4FF) is unknown color: approx Deep Sky Blue. HEX triplet: 08, C4 and FF. RGB value is (8,196,255). Sum of RGB (Red+Green+Blue) = 8+196+255=459 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.74% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #08C4FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C4FF is #F73B00. Grayscale: #929292. Windows color (decimal): -16202497 or 16761864. OLE color: 16761864.

HSL color Cylindrical-coordinate representation of color #08C4FF: hue angle of 194.33º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08C4FF is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8196255-
CMYK0.970.2300
HSL194.33º100%51.57%-
HSV(B)194.33º96.86%100%-
XYZ37.8946.75101.63-
YUV146.51189.2229.2-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 1.74%
GREEN value IS 196 (76.95% from 255) = 42.70%
BLUE value IS 255 (100% from 255) = 55.56%
R=1.74%
G=42.70%
B=55.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal81962550.970.2300194.3310051.57
Hex8C4FF611700c26434
Octal10304377141270030214464
Binary1000110001001111111111000011011100110000101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08C4FF; }

 p { color: rgb(8,196,255); }

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

<style>
 a { background-color: #08C4FF; }

 a { background-color: rgb(8,196,255); }

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

<style>
 span { border-color: #08C4FF; }

 span { border-color: rgb(8,196,255); }

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