Html Css Color HEX #08CAF8 Deep Sky Blue

📋 copy color: '#08CAF8'

red 8 ◦ green 202 ◦ blue 248

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

Shades of Deep Sky Blue #08CAF8

Tints of Deep Sky Blue #08CAF8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.1%

 BLUE value IS 248 (97.27% from 255) = 54.15%

R = 1.75%
G = 44.1%
B = 54.15%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#08CAF8 (or 0x08CAF8) is known color: Deep Sky Blue. HEX triplet: 08, CA and F8. RGB value is (8,202,248). Sum of RGB (Red+Green+Blue) = 8+202+248=458 (60% of max value = 765). Red value is 8 (3.52% from 255 or 1.75% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #08CAF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08CAF8 is #F73507. Grayscale: #949494. Windows color (decimal): -16200968 or 16304648. OLE color: 16304648.

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

Color convert

RGB 8 202 248 -
CMYK 0.97 0.19 0 0.03
HSL 191.5º 0.94% 0.5% -
HSV(B) 191.5º 0.97% 0.97% -
XYZ 38.16 49.07 96.27 -
YUV 149.24 183.73 27.26 -
System Red Green Blue C M Y K H S L
Decimal 8 202 248 0.97 0.19 0 0.03 191.5 0.94 0.5
Hex 8 CA F8 61 13 0 3 C0 5E 32
Octal 10 312 370 141 23 0 3 300 136 62
Binary 1000 11001010 11111000 1100001 10011 0 11 11000000 1011110 110010

Color Harmonies of #08CAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CAF8

Black with #08CAF8

Text Example


Text Example

White with #08CAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,202,248); }

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

background-color css

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

 a { background-color: rgb(8,202,248); }

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

border-color css

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

 span { border-color: rgb(8,202,248); }

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