Html Css Color HEX #08D6FF Deep Sky Blue

📋 copy color: '#08D6FF'

red 8 ◦ green 214 ◦ blue 255

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

Shades of Deep Sky Blue #08D6FF

Tints of Deep Sky Blue #08D6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.86%

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

R = 1.68%
G = 44.86%
B = 53.46%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#08D6FF (or 0x08D6FF) is known color: Deep Sky Blue. HEX triplet: 08, D6 and FF. RGB value is (8,214,255). Sum of RGB (Red+Green+Blue) = 8+214+255=477 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.68% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #08D6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08D6FF is #F72900. Grayscale: #9C9C9C. Windows color (decimal): -16197889 or 16766472. OLE color: 16766472.

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

Color convert

RGB 8 214 255 -
CMYK 0.97 0.16 0 0
HSL 189.96º 1% 0.52% -
HSV(B) 189.96º 0.97% 1% -
XYZ 42.2 55.36 103.07 -
YUV 157.08 183.25 21.67 -
System Red Green Blue C M Y K H S L
Decimal 8 214 255 0.97 0.16 0 0 189.96 1 0.52
Hex 8 D6 FF 61 10 0 0 BE 64 34
Octal 10 326 377 141 20 0 0 276 144 64
Binary 1000 11010110 11111111 1100001 10000 0 0 10111110 1100100 110100

Color Harmonies of #08D6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D6FF

Black with #08D6FF

Text Example


Text Example

White with #08D6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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