Html Css Color HEX #11B1F1 Deep Sky Blue

📋 copy color: '#11B1F1'

red 17 ◦ green 177 ◦ blue 241

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

Shades of Deep Sky Blue #11B1F1

Tints of Deep Sky Blue #11B1F1

RGB

 RED value IS 17 (7.03% from 255) = 3.91%

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

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

R = 3.91%
G = 40.69%
B = 55.4%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#11B1F1 (or 0x11B1F1) is known color: Deep Sky Blue. HEX triplet: 11, B1 and F1. RGB value is (17,177,241). Sum of RGB (Red+Green+Blue) = 17+177+241=435 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.91% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #11B1F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #11B1F1 is #EE4E0E. Grayscale: #888888. Windows color (decimal): -15617551 or 15839505. OLE color: 15839505.

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

Color convert

RGB 17 177 241 -
CMYK 0.93 0.27 0 0.05
HSL 197.14º 0.89% 0.51% -
HSV(B) 197.14º 0.93% 0.95% -
XYZ 31.83 37.91 88.86 -
YUV 136.46 186.99 42.8 -
System Red Green Blue C M Y K H S L
Decimal 17 177 241 0.93 0.27 0 0.05 197.14 0.89 0.51
Hex 11 B1 F1 5D 1B 0 5 C5 59 33
Octal 21 261 361 135 33 0 5 305 131 63
Binary 10001 10110001 11110001 1011101 11011 0 101 11000101 1011001 110011

Color Harmonies of #11B1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B1F1

Black with #11B1F1

Text Example


Text Example

White with #11B1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11B1F1; }

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

 H1.HeaderClassName
 {
   color: #11B1F1;
 }
 .AnyTagClassName
 {
   color: #11B1F1;
 }
</style>

background-color css

<style>
 a { background-color: #11B1F1; }

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

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

border-color css

<style>
 span { border-color: #11B1F1; }

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

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