Html Css Color HEX #09B3F8 Deep Sky Blue

📋 copy color: '#09B3F8'

red 9 ◦ green 179 ◦ blue 248

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

Shades of Deep Sky Blue #09B3F8

Tints of Deep Sky Blue #09B3F8

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

 BLUE value IS 248 (97.27% from 255) = 56.88%

R = 2.06%
G = 41.06%
B = 56.88%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#09B3F8 (or 0x09B3F8) is known color: Deep Sky Blue. HEX triplet: 09, B3 and F8. RGB value is (9,179,248). Sum of RGB (Red+Green+Blue) = 9+179+248=436 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #09B3F8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09B3F8 is #F64C07. Grayscale: #878787. Windows color (decimal): -16141320 or 16298761. OLE color: 16298761.

HSL color Cylindrical-coordinate representation of color #09B3F8: hue angle of 197.32º 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 #09B3F8 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 9 179 248 -
CMYK 0.96 0.28 0 0.03
HSL 197.32º 0.94% 0.5% -
HSV(B) 197.32º 0.96% 0.97% -
XYZ 33.18 39.08 94.6 -
YUV 136.04 191.18 37.39 -
System Red Green Blue C M Y K H S L
Decimal 9 179 248 0.96 0.28 0 0.03 197.32 0.94 0.5
Hex 9 B3 F8 60 1C 0 3 C5 5E 32
Octal 11 263 370 140 34 0 3 305 136 62
Binary 1001 10110011 11111000 1100000 11100 0 11 11000101 1011110 110010

Color Harmonies of #09B3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B3F8

Black with #09B3F8

Text Example


Text Example

White with #09B3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,179,248); }

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

background-color css

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

 a { background-color: rgb(9,179,248); }

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

border-color css

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

 span { border-color: rgb(9,179,248); }

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