Html Css Color HEX #09BAF7 Deep Sky Blue

📋 copy color: '#09BAF7'

red 9 ◦ green 186 ◦ blue 247

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

Shades of Deep Sky Blue #09BAF7

Tints of Deep Sky Blue #09BAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.88%

R = 2.04%
G = 42.08%
B = 55.88%

CMYK

 C value IS 0.96

 M value IS 0.25

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#09BAF7 (or 0x09BAF7) is known color: Deep Sky Blue. HEX triplet: 09, BA and F7. RGB value is (9,186,247). Sum of RGB (Red+Green+Blue) = 9+186+247=442 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #09BAF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BAF7 is #F64508. Grayscale: #8B8B8B. Windows color (decimal): -16139529 or 16235017. OLE color: 16235017.

HSL color Cylindrical-coordinate representation of color #09BAF7: hue angle of 195.38º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BAF7 is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 9 186 247 -
CMYK 0.96 0.25 0 0.03
HSL 195.38º 0.94% 0.5% -
HSV(B) 195.38º 0.96% 0.97% -
XYZ 34.46 41.89 94.27 -
YUV 140.03 188.36 34.54 -
System Red Green Blue C M Y K H S L
Decimal 9 186 247 0.96 0.25 0 0.03 195.38 0.94 0.5
Hex 9 BA F7 60 19 0 3 C3 5E 32
Octal 11 272 367 140 31 0 3 303 136 62
Binary 1001 10111010 11110111 1100000 11001 0 11 11000011 1011110 110010

Color Harmonies of #09BAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BAF7

Black with #09BAF7

Text Example


Text Example

White with #09BAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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