Html Css Color HEX #11B8ED Deep Sky Blue

📋 copy color: '#11B8ED'

red 17 ◦ green 184 ◦ blue 237

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

Shades of Deep Sky Blue #11B8ED

Tints of Deep Sky Blue #11B8ED

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.01%

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 3.88%
G = 42.01%
B = 54.11%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#11B8ED (or 0x11B8ED) is known color: Deep Sky Blue. HEX triplet: 11, B8 and ED. RGB value is (17,184,237). Sum of RGB (Red+Green+Blue) = 17+184+237=438 (58% of max value = 765). Red value is 17 (7.03% from 255 or 3.88% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #11B8ED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B8ED is #EE4712. Grayscale: #8B8B8B. Windows color (decimal): -15615763 or 15579153. OLE color: 15579153.

HSL color Cylindrical-coordinate representation of color #11B8ED: hue angle of 194.45º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B8ED is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 184 237 -
CMYK 0.93 0.22 0 0.07
HSL 194.45º 0.87% 0.5% -
HSV(B) 194.45º 0.93% 0.93% -
XYZ 32.66 40.51 86.22 -
YUV 140.11 182.67 40.19 -
System Red Green Blue C M Y K H S L
Decimal 17 184 237 0.93 0.22 0 0.07 194.45 0.87 0.5
Hex 11 B8 ED 5D 16 0 7 C2 57 32
Octal 21 270 355 135 26 0 7 302 127 62
Binary 10001 10111000 11101101 1011101 10110 0 111 11000010 1010111 110010

Color Harmonies of #11B8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B8ED

Black with #11B8ED

Text Example


Text Example

White with #11B8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,184,237); }

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

background-color css

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

 a { background-color: rgb(17,184,237); }

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

border-color css

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

 span { border-color: rgb(17,184,237); }

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