Html Css Color HEX #09B0FC Deep Sky Blue

📋 copy color: '#09B0FC'

red 9 ◦ green 176 ◦ blue 252

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

Shades of Deep Sky Blue #09B0FC

Tints of Deep Sky Blue #09B0FC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

 BLUE value IS 252 (98.83% from 255) = 57.67%

R = 2.06%
G = 40.27%
B = 57.67%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#09B0FC (or 0x09B0FC) is known color: Deep Sky Blue. HEX triplet: 09, B0 and FC. RGB value is (9,176,252). Sum of RGB (Red+Green+Blue) = 9+176+252=437 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #09B0FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09B0FC is #F64F03. Grayscale: #868686. Windows color (decimal): -16142084 or 16560137. OLE color: 16560137.

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

Color convert

RGB 9 176 252 -
CMYK 0.96 0.30 0 0.01
HSL 198.77º 0.98% 0.51% -
HSV(B) 198.77º 0.96% 0.99% -
XYZ 33.21 38.14 97.71 -
YUV 134.73 194.17 38.32 -
System Red Green Blue C M Y K H S L
Decimal 9 176 252 0.96 0.30 0 0.01 198.77 0.98 0.51
Hex 9 B0 FC 60 1E 0 1 C7 62 33
Octal 11 260 374 140 36 0 1 307 142 63
Binary 1001 10110000 11111100 1100000 11110 0 1 11000111 1100010 110011

Color Harmonies of #09B0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09B0FC

Black with #09B0FC

Text Example


Text Example

White with #09B0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,176,252); }

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

background-color css

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

 a { background-color: rgb(9,176,252); }

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

border-color css

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

 span { border-color: rgb(9,176,252); }

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