Html Css Color HEX #08CCF0 Deep Sky Blue

📋 copy color: '#08CCF0'

red 8 ◦ green 204 ◦ blue 240

#08CCF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Sky Blue #08CCF0

Tints of Deep Sky Blue #08CCF0

RGB

 RED value IS 8 (3.52% from 255) = 1.77%

 GREEN value IS 204 (80.08% from 255) = 45.13%

 BLUE value IS 240 (94.14% from 255) = 53.1%

R = 1.77%
G = 45.13%
B = 53.1%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#08CCF0 (or 0x08CCF0) is known color: Deep Sky Blue. HEX triplet: 08, CC and F0. RGB value is (8,204,240). Sum of RGB (Red+Green+Blue) = 8+204+240=452 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.77% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 240 (94.14% from 255 or 53.10% from 452); Max value from RGB is 240 - color contains mainly: blue. Hex color #08CCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CCF0 is #F7330F. Grayscale: #959595. Windows color (decimal): -16200464 or 15780872. OLE color: 15780872.

HSL color Cylindrical-coordinate representation of color #08CCF0: hue angle of 189.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08CCF0 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 204 240 -
CMYK 0.97 0.15 0 0.06
HSL 189.31º 0.94% 0.49% -
HSV(B) 189.31º 0.97% 0.94% -
XYZ 37.42 49.53 90.03 -
YUV 149.5 179.07 27.07 -
System Red Green Blue C M Y K H S L
Decimal 8 204 240 0.97 0.15 0 0.06 189.31 0.94 0.49
Hex 8 CC F0 61 F 0 6 BD 5E 31
Octal 10 314 360 141 17 0 6 275 136 61
Binary 1000 11001100 11110000 1100001 1111 0 110 10111101 1011110 110001

Color Harmonies of #08CCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CCF0

Black with #08CCF0

Text Example


Text Example

White with #08CCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,204,240); }

 H1.HeaderClassName
 {
   color: #08CCF0;
 }
 .AnyTagClassName
 {
   color: #08CCF0;
 }
</style>

background-color css

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

 a { background-color: rgb(8,204,240); }

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

border-color css

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

 span { border-color: rgb(8,204,240); }

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