Html Css Color HEX #08ACF6 Deep Sky Blue

📋 copy color: '#08ACF6'

red 8 ◦ green 172 ◦ blue 246

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

Shades of Deep Sky Blue #08ACF6

Tints of Deep Sky Blue #08ACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 57.75%

R = 1.88%
G = 40.38%
B = 57.75%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#08ACF6 (or 0x08ACF6) is known color: Deep Sky Blue. HEX triplet: 08, AC and F6. RGB value is (8,172,246). Sum of RGB (Red+Green+Blue) = 8+172+246=426 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.88% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #08ACF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ACF6 is #F75309. Grayscale: #828282. Windows color (decimal): -16208650 or 16165896. OLE color: 16165896.

HSL color Cylindrical-coordinate representation of color #08ACF6: hue angle of 198.66º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ACF6 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 172 246 -
CMYK 0.97 0.30 0 0.04
HSL 198.66º 0.94% 0.5% -
HSV(B) 198.66º 0.97% 0.96% -
XYZ 31.49 36.21 92.52 -
YUV 131.4 192.67 39.98 -
System Red Green Blue C M Y K H S L
Decimal 8 172 246 0.97 0.30 0 0.04 198.66 0.94 0.5
Hex 8 AC F6 61 1E 0 4 C7 5E 32
Octal 10 254 366 141 36 0 4 307 136 62
Binary 1000 10101100 11110110 1100001 11110 0 100 11000111 1011110 110010

Color Harmonies of #08ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ACF6

Black with #08ACF6

Text Example


Text Example

White with #08ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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