Html Css Color HEX #09BAEA Deep Sky Blue

📋 copy color: '#09BAEA'

red 9 ◦ green 186 ◦ blue 234

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

Shades of Deep Sky Blue #09BAEA

Tints of Deep Sky Blue #09BAEA

RGB

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

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

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

R = 2.1%
G = 43.36%
B = 54.55%

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

#09BAEA (or 0x09BAEA) is known color: Deep Sky Blue. HEX triplet: 09, BA and EA. RGB value is (9,186,234). Sum of RGB (Red+Green+Blue) = 9+186+234=429 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.10% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #09BAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BAEA is #F64515. Grayscale: #8A8A8A. Windows color (decimal): -16139542 or 15383049. OLE color: 15383049.

HSL color Cylindrical-coordinate representation of color #09BAEA: hue angle of 192.8º 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 #09BAEA is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 186 234 -
CMYK 0.96 0.21 0 0.08
HSL 192.8º 0.93% 0.48% -
HSV(B) 192.8º 0.96% 0.92% -
XYZ 32.52 41.12 84.06 -
YUV 138.55 181.86 35.6 -
System Red Green Blue C M Y K H S L
Decimal 9 186 234 0.96 0.21 0 0.08 192.8 0.93 0.48
Hex 9 BA EA 60 15 0 8 C1 5D 30
Octal 11 272 352 140 25 0 10 301 135 60
Binary 1001 10111010 11101010 1100000 10101 0 1000 11000001 1011101 110000

Color Harmonies of #09BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BAEA

Black with #09BAEA

Text Example


Text Example

White with #09BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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