Html Css Color HEX #08ABFE Deep Sky Blue

📋 copy color: '#08ABFE'

red 8 ◦ green 171 ◦ blue 254

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

Shades of Deep Sky Blue #08ABFE

Tints of Deep Sky Blue #08ABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 58.66%

R = 1.85%
G = 39.49%
B = 58.66%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#08ABFE (or 0x08ABFE) is known color: Deep Sky Blue. HEX triplet: 08, AB and FE. RGB value is (8,171,254). Sum of RGB (Red+Green+Blue) = 8+171+254=433 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.85% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #08ABFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ABFE is #F75401. Grayscale: #838383. Windows color (decimal): -16208898 or 16689928. OLE color: 16689928.

HSL color Cylindrical-coordinate representation of color #08ABFE: hue angle of 200.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ABFE is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 8 171 254 -
CMYK 0.97 0.33 0 0.00
HSL 200.24º 0.99% 0.51% -
HSV(B) 200.24º 0.97% 1% -
XYZ 32.55 36.33 99.06 -
YUV 131.73 197 39.75 -
System Red Green Blue C M Y K H S L
Decimal 8 171 254 0.97 0.33 0 0.00 200.24 0.99 0.51
Hex 8 AB FE 61 21 0 0 C8 63 33
Octal 10 253 376 141 41 0 0 310 143 63
Binary 1000 10101011 11111110 1100001 100001 0 0 11001000 1100011 110011

Color Harmonies of #08ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ABFE

Black with #08ABFE

Text Example


Text Example

White with #08ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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