Html Css Color HEX #11BBE6 Deep Sky Blue

📋 copy color: '#11BBE6'

red 17 ◦ green 187 ◦ blue 230

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

Shades of Deep Sky Blue #11BBE6

Tints of Deep Sky Blue #11BBE6

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.09%

 BLUE value IS 230 (90.23% from 255) = 53%

R = 3.92%
G = 43.09%
B = 53%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#11BBE6 (or 0x11BBE6) is known color: Deep Sky Blue. HEX triplet: 11, BB and E6. RGB value is (17,187,230). Sum of RGB (Red+Green+Blue) = 17+187+230=434 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.92% from 434); Green value is 187 (73.44% from 255 or 43.09% from 434); Blue value is 230 (90.23% from 255 or 53.00% from 434); Max value from RGB is 230 - color contains mainly: blue. Hex color #11BBE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BBE6 is #EE4419. Grayscale: #8C8C8C. Windows color (decimal): -15615002 or 15121169. OLE color: 15121169.

HSL color Cylindrical-coordinate representation of color #11BBE6: hue angle of 192.11º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BBE6 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 17 187 230 -
CMYK 0.93 0.19 0 0.10
HSL 192.11º 0.86% 0.48% -
HSV(B) 192.11º 0.93% 0.9% -
XYZ 32.28 41.37 81.15 -
YUV 141.07 178.18 39.5 -
System Red Green Blue C M Y K H S L
Decimal 17 187 230 0.93 0.19 0 0.10 192.11 0.86 0.48
Hex 11 BB E6 5D 13 0 A C0 56 30
Octal 21 273 346 135 23 0 12 300 126 60
Binary 10001 10111011 11100110 1011101 10011 0 1010 11000000 1010110 110000

Color Harmonies of #11BBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BBE6

Black with #11BBE6

Text Example


Text Example

White with #11BBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,187,230); }

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

background-color css

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

 a { background-color: rgb(17,187,230); }

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

border-color css

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

 span { border-color: rgb(17,187,230); }

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