Html Css Color HEX #08ACFF Deep Sky Blue

📋 copy color: '#08ACFF'

red 8 ◦ green 172 ◦ blue 255

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

Shades of Deep Sky Blue #08ACFF

Tints of Deep Sky Blue #08ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.54%

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

R = 1.84%
G = 39.54%
B = 58.62%

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

#08ACFF (or 0x08ACFF) is known color: Deep Sky Blue. HEX triplet: 08, AC and FF. RGB value is (8,172,255). Sum of RGB (Red+Green+Blue) = 8+172+255=435 (57% of max value = 765). Red value is 8 (3.52% from 255 or 1.84% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #08ACFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ACFF is #F75300. Grayscale: #838383. Windows color (decimal): -16208641 or 16755720. OLE color: 16755720.

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

Color convert

RGB 8 172 255 -
CMYK 0.97 0.33 0 0
HSL 200.16º 1% 0.52% -
HSV(B) 200.16º 0.97% 1% -
XYZ 32.9 36.78 99.97 -
YUV 132.43 197.17 39.25 -
System Red Green Blue C M Y K H S L
Decimal 8 172 255 0.97 0.33 0 0 200.16 1 0.52
Hex 8 AC FF 61 21 0 0 C8 64 34
Octal 10 254 377 141 41 0 0 310 144 64
Binary 1000 10101100 11111111 1100001 100001 0 0 11001000 1100100 110100

Color Harmonies of #08ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ACFF

Black with #08ACFF

Text Example


Text Example

White with #08ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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