Html Css Color HEX #09BAFE Deep Sky Blue

📋 copy color: '#09BAFE'

red 9 ◦ green 186 ◦ blue 254

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

Shades of Deep Sky Blue #09BAFE

Tints of Deep Sky Blue #09BAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 2%
G = 41.43%
B = 56.57%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#09BAFE (or 0x09BAFE) is known color: Deep Sky Blue. HEX triplet: 09, BA and FE. RGB value is (9,186,254). Sum of RGB (Red+Green+Blue) = 9+186+254=449 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #09BAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BAFE is #F64501. Grayscale: #8C8C8C. Windows color (decimal): -16139522 or 16693769. OLE color: 16693769.

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

Color convert

RGB 9 186 254 -
CMYK 0.96 0.27 0 0.00
HSL 196.65º 0.99% 0.52% -
HSV(B) 196.65º 0.96% 1% -
XYZ 35.56 42.33 100.06 -
YUV 140.83 191.86 33.97 -
System Red Green Blue C M Y K H S L
Decimal 9 186 254 0.96 0.27 0 0.00 196.65 0.99 0.52
Hex 9 BA FE 60 1B 0 0 C5 63 34
Octal 11 272 376 140 33 0 0 305 143 64
Binary 1001 10111010 11111110 1100000 11011 0 0 11000101 1100011 110100

Color Harmonies of #09BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BAFE

Black with #09BAFE

Text Example


Text Example

White with #09BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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