Html Css Color HEX #09BAEB Deep Sky Blue

📋 copy color: '#09BAEB'

red 9 ◦ green 186 ◦ blue 235

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

Shades of Deep Sky Blue #09BAEB

Tints of Deep Sky Blue #09BAEB

RGB

 RED value IS 9 (3.91% from 255) = 2.09%

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 2.09%
G = 43.26%
B = 54.65%

CMYK

 C value IS 0.96

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09BAEB (or 0x09BAEB) is known color: Deep Sky Blue. HEX triplet: 09, BA and EB. RGB value is (9,186,235). Sum of RGB (Red+Green+Blue) = 9+186+235=430 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.09% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #09BAEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BAEB is #F64514. Grayscale: #8A8A8A. Windows color (decimal): -16139541 or 15448585. OLE color: 15448585.

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

Color convert

RGB 9 186 235 -
CMYK 0.96 0.21 0 0.08
HSL 193.01º 0.93% 0.48% -
HSV(B) 193.01º 0.96% 0.92% -
XYZ 32.67 41.17 84.82 -
YUV 138.66 182.36 35.52 -
System Red Green Blue C M Y K H S L
Decimal 9 186 235 0.96 0.21 0 0.08 193.01 0.93 0.48
Hex 9 BA EB 60 15 0 8 C1 5D 30
Octal 11 272 353 140 25 0 10 301 135 60
Binary 1001 10111010 11101011 1100000 10101 0 1000 11000001 1011101 110000

Color Harmonies of #09BAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BAEB

Black with #09BAEB

Text Example


Text Example

White with #09BAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09BAEB; }

 p { color: rgb(9,186,235); }

 H1.HeaderClassName
 {
   color: #09BAEB;
 }
 .AnyTagClassName
 {
   color: #09BAEB;
 }
</style>

background-color css

<style>
 a { background-color: #09BAEB; }

 a { background-color: rgb(9,186,235); }

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

border-color css

<style>
 span { border-color: #09BAEB; }

 span { border-color: rgb(9,186,235); }

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