Html Css Color HEX #11C7EB Deep Sky Blue

📋 copy color: '#11C7EB'

red 17 ◦ green 199 ◦ blue 235

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

Shades of Deep Sky Blue #11C7EB

Tints of Deep Sky Blue #11C7EB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.12%

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 3.77%
G = 44.12%
B = 52.11%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11C7EB (or 0x11C7EB) is known color: Deep Sky Blue. HEX triplet: 11, C7 and EB. RGB value is (17,199,235). Sum of RGB (Red+Green+Blue) = 17+199+235=451 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.77% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #11C7EB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11C7EB is #EE3814. Grayscale: #949494. Windows color (decimal): -15611925 or 15451921. OLE color: 15451921.

HSL color Cylindrical-coordinate representation of color #11C7EB: hue angle of 189.91º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11C7EB is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 199 235 -
CMYK 0.93 0.15 0 0.08
HSL 189.91º 0.87% 0.49% -
HSV(B) 189.91º 0.93% 0.92% -
XYZ 35.65 46.96 85.78 -
YUV 148.69 176.7 34.07 -
System Red Green Blue C M Y K H S L
Decimal 17 199 235 0.93 0.15 0 0.08 189.91 0.87 0.49
Hex 11 C7 EB 5D F 0 8 BE 57 31
Octal 21 307 353 135 17 0 10 276 127 61
Binary 10001 11000111 11101011 1011101 1111 0 1000 10111110 1010111 110001

Color Harmonies of #11C7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C7EB

Black with #11C7EB

Text Example


Text Example

White with #11C7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,199,235); }

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

background-color css

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

 a { background-color: rgb(17,199,235); }

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

border-color css

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

 span { border-color: rgb(17,199,235); }

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