Html Css Color HEX #08CFFF Deep Sky Blue

📋 copy color: '#08CFFF'

red 8 ◦ green 207 ◦ blue 255

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

Shades of Deep Sky Blue #08CFFF

Tints of Deep Sky Blue #08CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.04%

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

R = 1.7%
G = 44.04%
B = 54.26%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#08CFFF (or 0x08CFFF) is known color: Deep Sky Blue. HEX triplet: 08, CF and FF. RGB value is (8,207,255). Sum of RGB (Red+Green+Blue) = 8+207+255=470 (62% of max value = 765). Red value is 8 (3.52% from 255 or 1.70% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #08CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CFFF is #F73000. Grayscale: #989898. Windows color (decimal): -16199681 or 16764680. OLE color: 16764680.

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

Color convert

RGB 8 207 255 -
CMYK 0.97 0.19 0 0
HSL 191.66º 1% 0.52% -
HSV(B) 191.66º 0.97% 1% -
XYZ 40.46 51.9 102.49 -
YUV 152.97 185.57 24.6 -
System Red Green Blue C M Y K H S L
Decimal 8 207 255 0.97 0.19 0 0 191.66 1 0.52
Hex 8 CF FF 61 13 0 0 C0 64 34
Octal 10 317 377 141 23 0 0 300 144 64
Binary 1000 11001111 11111111 1100001 10011 0 0 11000000 1100100 110100

Color Harmonies of #08CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CFFF

Black with #08CFFF

Text Example


Text Example

White with #08CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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