Html Css Color HEX #08ACF9 Deep Sky Blue

📋 copy color: '#08ACF9'

red 8 ◦ green 172 ◦ blue 249

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

Shades of Deep Sky Blue #08ACF9

Tints of Deep Sky Blue #08ACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.04%

R = 1.86%
G = 40.09%
B = 58.04%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#08ACF9 (or 0x08ACF9) is known color: Deep Sky Blue. HEX triplet: 08, AC and F9. RGB value is (8,172,249). Sum of RGB (Red+Green+Blue) = 8+172+249=429 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.86% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #08ACF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ACF9 is #F75306. Grayscale: #838383. Windows color (decimal): -16208647 or 16362504. OLE color: 16362504.

HSL color Cylindrical-coordinate representation of color #08ACF9: hue angle of 199.17º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ACF9 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 172 249 -
CMYK 0.97 0.31 0 0.02
HSL 199.17º 0.95% 0.5% -
HSV(B) 199.17º 0.97% 0.98% -
XYZ 31.95 36.4 94.96 -
YUV 131.74 194.17 39.74 -
System Red Green Blue C M Y K H S L
Decimal 8 172 249 0.97 0.31 0 0.02 199.17 0.95 0.5
Hex 8 AC F9 61 1F 0 2 C7 5F 32
Octal 10 254 371 141 37 0 2 307 137 62
Binary 1000 10101100 11111001 1100001 11111 0 10 11000111 1011111 110010

Color Harmonies of #08ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ACF9

Black with #08ACF9

Text Example


Text Example

White with #08ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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