Html Css Color HEX #08DCFF Deep Sky Blue

📋 copy color: '#08DCFF'

red 8 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #08DCFF

Tints of Deep Sky Blue #08DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.55%

 BLUE value IS 255 (100% from 255) = 52.8%

R = 1.66%
G = 45.55%
B = 52.8%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#08DCFF (or 0x08DCFF) is known color: Deep Sky Blue. HEX triplet: 08, DC and FF. RGB value is (8,220,255). Sum of RGB (Red+Green+Blue) = 8+220+255=483 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.66% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #08DCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DCFF is #F72300. Grayscale: #A0A0A0. Windows color (decimal): -16196353 or 16768008. OLE color: 16768008.

HSL color Cylindrical-coordinate representation of color #08DCFF: hue angle of 188.5º 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 #08DCFF is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 220 255 -
CMYK 0.97 0.14 0 0
HSL 188.5º 1% 0.52% -
HSV(B) 188.5º 0.97% 1% -
XYZ 43.74 58.46 103.59 -
YUV 160.6 181.26 19.15 -
System Red Green Blue C M Y K H S L
Decimal 8 220 255 0.97 0.14 0 0 188.5 1 0.52
Hex 8 DC FF 61 E 0 0 BD 64 34
Octal 10 334 377 141 16 0 0 275 144 64
Binary 1000 11011100 11111111 1100001 1110 0 0 10111101 1100100 110100

Color Harmonies of #08DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DCFF

Black with #08DCFF

Text Example


Text Example

White with #08DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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