Html Css Color HEX #08ABFF Deep Sky Blue

📋 copy color: '#08ABFF'

red 8 ◦ green 171 ◦ blue 255

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

Shades of Deep Sky Blue #08ABFF

Tints of Deep Sky Blue #08ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.4%

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

R = 1.84%
G = 39.4%
B = 58.76%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#08ABFF (or 0x08ABFF) is known color: Deep Sky Blue. HEX triplet: 08, AB and FF. RGB value is (8,171,255). Sum of RGB (Red+Green+Blue) = 8+171+255=434 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #08ABFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ABFF is #F75400. Grayscale: #838383. Windows color (decimal): -16208897 or 16755464. OLE color: 16755464.

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

Color convert

RGB 8 171 255 -
CMYK 0.97 0.33 0 0
HSL 200.4º 1% 0.52% -
HSV(B) 200.4º 0.97% 1% -
XYZ 32.71 36.4 99.91 -
YUV 131.84 197.5 39.67 -
System Red Green Blue C M Y K H S L
Decimal 8 171 255 0.97 0.33 0 0 200.4 1 0.52
Hex 8 AB FF 61 21 0 0 C8 64 34
Octal 10 253 377 141 41 0 0 310 144 64
Binary 1000 10101011 11111111 1100001 100001 0 0 11001000 1100100 110100

Color Harmonies of #08ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ABFF

Black with #08ABFF

Text Example


Text Example

White with #08ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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