Html Css Color HEX #0BB9FD Deep Sky Blue

📋 copy color: '#0BB9FD'

red 11 ◦ green 185 ◦ blue 253

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

Shades of Deep Sky Blue #0BB9FD

Tints of Deep Sky Blue #0BB9FD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.2%

 BLUE value IS 253 (99.22% from 255) = 56.35%

R = 2.45%
G = 41.2%
B = 56.35%

CMYK

 C value IS 0.96

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0BB9FD (or 0x0BB9FD) is known color: Deep Sky Blue. HEX triplet: 0B, B9 and FD. RGB value is (11,185,253). Sum of RGB (Red+Green+Blue) = 11+185+253=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BB9FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0BB9FD is #F44602. Grayscale: #8C8C8C. Windows color (decimal): -16008707 or 16627979. OLE color: 16627979.

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

Color convert

RGB 11 185 253 -
CMYK 0.96 0.27 0 0.01
HSL 196.86º 0.98% 0.52% -
HSV(B) 196.86º 0.96% 0.99% -
XYZ 35.22 41.86 99.15 -
YUV 140.73 191.35 35.47 -
System Red Green Blue C M Y K H S L
Decimal 11 185 253 0.96 0.27 0 0.01 196.86 0.98 0.52
Hex B B9 FD 60 1B 0 1 C5 62 34
Octal 13 271 375 140 33 0 1 305 142 64
Binary 1011 10111001 11111101 1100000 11011 0 1 11000101 1100010 110100

Color Harmonies of #0BB9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB9FD

Black with #0BB9FD

Text Example


Text Example

White with #0BB9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,185,253); }

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

background-color css

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

 a { background-color: rgb(11,185,253); }

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

border-color css

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

 span { border-color: rgb(11,185,253); }

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