Html Css Color HEX #0BB1F1 Deep Sky Blue

📋 copy color: '#0BB1F1'

red 11 ◦ green 177 ◦ blue 241

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

Shades of Deep Sky Blue #0BB1F1

Tints of Deep Sky Blue #0BB1F1

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.26%

 BLUE value IS 241 (94.53% from 255) = 56.18%

R = 2.56%
G = 41.26%
B = 56.18%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0BB1F1 (or 0x0BB1F1) is known color: Deep Sky Blue. HEX triplet: 0B, B1 and F1. RGB value is (11,177,241). Sum of RGB (Red+Green+Blue) = 11+177+241=429 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.56% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 241 (94.53% from 255 or 56.18% from 429); Max value from RGB is 241 - color contains mainly: blue. Hex color #0BB1F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0BB1F1 is #F44E0E. Grayscale: #868686. Windows color (decimal): -16010767 or 15839499. OLE color: 15839499.

HSL color Cylindrical-coordinate representation of color #0BB1F1: hue angle of 196.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BB1F1 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 11 177 241 -
CMYK 0.95 0.27 0 0.05
HSL 196.7º 0.91% 0.49% -
HSV(B) 196.7º 0.95% 0.95% -
XYZ 31.74 37.87 88.86 -
YUV 134.66 188 39.8 -
System Red Green Blue C M Y K H S L
Decimal 11 177 241 0.95 0.27 0 0.05 196.7 0.91 0.49
Hex B B1 F1 5F 1B 0 5 C5 5B 31
Octal 13 261 361 137 33 0 5 305 133 61
Binary 1011 10110001 11110001 1011111 11011 0 101 11000101 1011011 110001

Color Harmonies of #0BB1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB1F1

Black with #0BB1F1

Text Example


Text Example

White with #0BB1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,177,241); }

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

background-color css

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

 a { background-color: rgb(11,177,241); }

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

border-color css

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

 span { border-color: rgb(11,177,241); }

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