Html Css Color HEX #09BAFA Deep Sky Blue

📋 copy color: '#09BAFA'

red 9 ◦ green 186 ◦ blue 250

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

Shades of Deep Sky Blue #09BAFA

Tints of Deep Sky Blue #09BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.18%

R = 2.02%
G = 41.8%
B = 56.18%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#09BAFA (or 0x09BAFA) is known color: Deep Sky Blue. HEX triplet: 09, BA and FA. RGB value is (9,186,250). Sum of RGB (Red+Green+Blue) = 9+186+250=445 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #09BAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BAFA is #F64505. Grayscale: #8B8B8B. Windows color (decimal): -16139526 or 16431625. OLE color: 16431625.

HSL color Cylindrical-coordinate representation of color #09BAFA: hue angle of 195.93º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BAFA is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 186 250 -
CMYK 0.96 0.26 0 0.02
HSL 195.93º 0.96% 0.51% -
HSV(B) 195.93º 0.96% 0.98% -
XYZ 34.93 42.08 96.72 -
YUV 140.37 189.86 34.3 -
System Red Green Blue C M Y K H S L
Decimal 9 186 250 0.96 0.26 0 0.02 195.93 0.96 0.51
Hex 9 BA FA 60 1A 0 2 C4 60 33
Octal 11 272 372 140 32 0 2 304 140 63
Binary 1001 10111010 11111010 1100000 11010 0 10 11000100 1100000 110011

Color Harmonies of #09BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BAFA

Black with #09BAFA

Text Example


Text Example

White with #09BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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