Html Css Color HEX #09BAF5 Deep Sky Blue

📋 copy color: '#09BAF5'

red 9 ◦ green 186 ◦ blue 245

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

Shades of Deep Sky Blue #09BAF5

Tints of Deep Sky Blue #09BAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.68%

R = 2.05%
G = 42.27%
B = 55.68%

CMYK

 C value IS 0.96

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#09BAF5 (or 0x09BAF5) is known color: Deep Sky Blue. HEX triplet: 09, BA and F5. RGB value is (9,186,245). Sum of RGB (Red+Green+Blue) = 9+186+245=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 245 (96.09% from 255 or 55.68% from 440); Max value from RGB is 245 - color contains mainly: blue. Hex color #09BAF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BAF5 is #F6450A. Grayscale: #8B8B8B. Windows color (decimal): -16139531 or 16103945. OLE color: 16103945.

HSL color Cylindrical-coordinate representation of color #09BAF5: hue angle of 195º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BAF5 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 186 245 -
CMYK 0.96 0.24 0 0.04
HSL 195º 0.93% 0.5% -
HSV(B) 195º 0.96% 0.96% -
XYZ 34.15 41.77 92.65 -
YUV 139.8 187.36 34.7 -
System Red Green Blue C M Y K H S L
Decimal 9 186 245 0.96 0.24 0 0.04 195 0.93 0.5
Hex 9 BA F5 60 18 0 4 C3 5D 32
Octal 11 272 365 140 30 0 4 303 135 62
Binary 1001 10111010 11110101 1100000 11000 0 100 11000011 1011101 110010

Color Harmonies of #09BAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BAF5

Black with #09BAF5

Text Example


Text Example

White with #09BAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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