Html Css Color HEX #08BAEA Deep Sky Blue

📋 copy color: '#08BAEA'

red 8 ◦ green 186 ◦ blue 234

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

Shades of Deep Sky Blue #08BAEA

Tints of Deep Sky Blue #08BAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.67%

R = 1.87%
G = 43.46%
B = 54.67%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#08BAEA (or 0x08BAEA) is known color: Deep Sky Blue. HEX triplet: 08, BA and EA. RGB value is (8,186,234). Sum of RGB (Red+Green+Blue) = 8+186+234=428 (56% of max value = 765). Red value is 8 (3.52% from 255 or 1.87% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 234 (91.80% from 255 or 54.67% from 428); Max value from RGB is 234 - color contains mainly: blue. Hex color #08BAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BAEA is #F74515. Grayscale: #898989. Windows color (decimal): -16205078 or 15383048. OLE color: 15383048.

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

Color convert

RGB 8 186 234 -
CMYK 0.97 0.21 0 0.08
HSL 192.74º 0.93% 0.47% -
HSV(B) 192.74º 0.97% 0.92% -
XYZ 32.51 41.11 84.06 -
YUV 138.25 182.03 35.1 -
System Red Green Blue C M Y K H S L
Decimal 8 186 234 0.97 0.21 0 0.08 192.74 0.93 0.47
Hex 8 BA EA 61 15 0 8 C1 5D 2F
Octal 10 272 352 141 25 0 10 301 135 57
Binary 1000 10111010 11101010 1100001 10101 0 1000 11000001 1011101 101111

Color Harmonies of #08BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BAEA

Black with #08BAEA

Text Example


Text Example

White with #08BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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