Html Css Color HEX #0BC9FB Deep Sky Blue

📋 copy color: '#0BC9FB'

red 11 ◦ green 201 ◦ blue 251

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

Shades of Deep Sky Blue #0BC9FB

Tints of Deep Sky Blue #0BC9FB

RGB

 RED value IS 11 (4.69% from 255) = 2.38%

 GREEN value IS 201 (78.91% from 255) = 43.41%

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 2.38%
G = 43.41%
B = 54.21%

CMYK

 C value IS 0.96

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0BC9FB (or 0x0BC9FB) is known color: Deep Sky Blue. HEX triplet: 0B, C9 and FB. RGB value is (11,201,251). Sum of RGB (Red+Green+Blue) = 11+201+251=463 (61% of max value = 765). Red value is 11 (4.69% from 255 or 2.38% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #0BC9FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BC9FB is #F43604. Grayscale: #959595. Windows color (decimal): -16004613 or 16501003. OLE color: 16501003.

HSL color Cylindrical-coordinate representation of color #0BC9FB: hue angle of 192.5º degrees, saturation: 0.97, 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 #0BC9FB is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 201 251 -
CMYK 0.96 0.20 0 0.02
HSL 192.5º 0.97% 0.51% -
HSV(B) 192.5º 0.96% 0.98% -
XYZ 38.44 48.81 98.66 -
YUV 149.89 185.05 28.93 -
System Red Green Blue C M Y K H S L
Decimal 11 201 251 0.96 0.20 0 0.02 192.5 0.97 0.51
Hex B C9 FB 60 14 0 2 C0 61 33
Octal 13 311 373 140 24 0 2 300 141 63
Binary 1011 11001001 11111011 1100000 10100 0 10 11000000 1100001 110011

Color Harmonies of #0BC9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BC9FB

Black with #0BC9FB

Text Example


Text Example

White with #0BC9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0BC9FB; }

 p { color: rgb(11,201,251); }

 H1.HeaderClassName
 {
   color: #0BC9FB;
 }
 .AnyTagClassName
 {
   color: #0BC9FB;
 }
</style>

background-color css

<style>
 a { background-color: #0BC9FB; }

 a { background-color: rgb(11,201,251); }

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

border-color css

<style>
 span { border-color: #0BC9FB; }

 span { border-color: rgb(11,201,251); }

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