Html Css Color HEX #08BAE6 Deep Sky Blue

📋 copy color: '#08BAE6'

red 8 ◦ green 186 ◦ blue 230

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

Shades of Deep Sky Blue #08BAE6

Tints of Deep Sky Blue #08BAE6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.87%

 BLUE value IS 230 (90.23% from 255) = 54.25%

R = 1.89%
G = 43.87%
B = 54.25%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#08BAE6 (or 0x08BAE6) is known color: Deep Sky Blue. HEX triplet: 08, BA and E6. RGB value is (8,186,230). Sum of RGB (Red+Green+Blue) = 8+186+230=424 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.89% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #08BAE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BAE6 is #F74519. Grayscale: #898989. Windows color (decimal): -16205082 or 15120904. OLE color: 15120904.

HSL color Cylindrical-coordinate representation of color #08BAE6: hue angle of 191.89º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BAE6 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 8 186 230 -
CMYK 0.97 0.19 0 0.10
HSL 191.89º 0.93% 0.47% -
HSV(B) 191.89º 0.97% 0.9% -
XYZ 31.94 40.88 81.07 -
YUV 137.79 180.03 35.42 -
System Red Green Blue C M Y K H S L
Decimal 8 186 230 0.97 0.19 0 0.10 191.89 0.93 0.47
Hex 8 BA E6 61 13 0 A C0 5D 2F
Octal 10 272 346 141 23 0 12 300 135 57
Binary 1000 10111010 11100110 1100001 10011 0 1010 11000000 1011101 101111

Color Harmonies of #08BAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BAE6

Black with #08BAE6

Text Example


Text Example

White with #08BAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,186,230); }

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

background-color css

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

 a { background-color: rgb(8,186,230); }

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

border-color css

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

 span { border-color: rgb(8,186,230); }

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