Html Css Color HEX #08ADF0 Deep Sky Blue

📋 copy color: '#08ADF0'

red 8 ◦ green 173 ◦ blue 240

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

Shades of Deep Sky Blue #08ADF0

Tints of Deep Sky Blue #08ADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

 BLUE value IS 240 (94.14% from 255) = 57.01%

R = 1.9%
G = 41.09%
B = 57.01%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#08ADF0 (or 0x08ADF0) is known color: Deep Sky Blue. HEX triplet: 08, AD and F0. RGB value is (8,173,240). Sum of RGB (Red+Green+Blue) = 8+173+240=421 (55% of max value = 765). Red value is 8 (3.52% from 255 or 1.90% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #08ADF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08ADF0 is #F7520F. Grayscale: #828282. Windows color (decimal): -16208400 or 15772936. OLE color: 15772936.

HSL color Cylindrical-coordinate representation of color #08ADF0: hue angle of 197.33º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08ADF0 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 173 240 -
CMYK 0.97 0.28 0 0.06
HSL 197.33º 0.94% 0.49% -
HSV(B) 197.33º 0.97% 0.94% -
XYZ 30.77 36.23 87.81 -
YUV 131.3 189.34 40.05 -
System Red Green Blue C M Y K H S L
Decimal 8 173 240 0.97 0.28 0 0.06 197.33 0.94 0.49
Hex 8 AD F0 61 1C 0 6 C5 5E 31
Octal 10 255 360 141 34 0 6 305 136 61
Binary 1000 10101101 11110000 1100001 11100 0 110 11000101 1011110 110001

Color Harmonies of #08ADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08ADF0

Black with #08ADF0

Text Example


Text Example

White with #08ADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,173,240); }

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

background-color css

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

 a { background-color: rgb(8,173,240); }

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

border-color css

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

 span { border-color: rgb(8,173,240); }

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