Html Css Color HEX #11CBEB Deep Sky Blue

📋 copy color: '#11CBEB'

red 17 ◦ green 203 ◦ blue 235

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

Shades of Deep Sky Blue #11CBEB

Tints of Deep Sky Blue #11CBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 44.62%

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

R = 3.74%
G = 44.62%
B = 51.65%

CMYK

 C value IS 0.93

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11CBEB (or 0x11CBEB) is known color: Deep Sky Blue. HEX triplet: 11, CB and EB. RGB value is (17,203,235). Sum of RGB (Red+Green+Blue) = 17+203+235=455 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.74% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #11CBEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CBEB is #EE3414. Grayscale: #969696. Windows color (decimal): -15610901 or 15452945. OLE color: 15452945.

HSL color Cylindrical-coordinate representation of color #11CBEB: hue angle of 188.81º 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 #11CBEB is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 203 235 -
CMYK 0.93 0.14 0 0.08
HSL 188.81º 0.87% 0.49% -
HSV(B) 188.81º 0.93% 0.92% -
XYZ 36.58 48.83 86.09 -
YUV 151.03 175.38 32.4 -
System Red Green Blue C M Y K H S L
Decimal 17 203 235 0.93 0.14 0 0.08 188.81 0.87 0.49
Hex 11 CB EB 5D E 0 8 BD 57 31
Octal 21 313 353 135 16 0 10 275 127 61
Binary 10001 11001011 11101011 1011101 1110 0 1000 10111101 1010111 110001

Color Harmonies of #11CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CBEB

Black with #11CBEB

Text Example


Text Example

White with #11CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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