Html Css Color HEX #09BAFF Deep Sky Blue

📋 copy color: '#09BAFF'

red 9 ◦ green 186 ◦ blue 255

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

Shades of Deep Sky Blue #09BAFF

Tints of Deep Sky Blue #09BAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.67%

R = 2%
G = 41.33%
B = 56.67%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#09BAFF (or 0x09BAFF) is known color: Deep Sky Blue. HEX triplet: 09, BA and FF. RGB value is (9,186,255). Sum of RGB (Red+Green+Blue) = 9+186+255=450 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #09BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BAFF is #F64500. Grayscale: #8C8C8C. Windows color (decimal): -16139521 or 16759305. OLE color: 16759305.

HSL color Cylindrical-coordinate representation of color #09BAFF: hue angle of 196.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BAFF is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 186 255 -
CMYK 0.96 0.27 0 0
HSL 196.83º 1% 0.52% -
HSV(B) 196.83º 0.96% 1% -
XYZ 35.72 42.4 100.91 -
YUV 140.94 192.36 33.89 -
System Red Green Blue C M Y K H S L
Decimal 9 186 255 0.96 0.27 0 0 196.83 1 0.52
Hex 9 BA FF 60 1B 0 0 C5 64 34
Octal 11 272 377 140 33 0 0 305 144 64
Binary 1001 10111010 11111111 1100000 11011 0 0 11000101 1100100 110100

Color Harmonies of #09BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BAFF

Black with #09BAFF

Text Example


Text Example

White with #09BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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