Html Css Color HEX #11CEFE Deep Sky Blue

📋 copy color: '#11CEFE'

red 17 ◦ green 206 ◦ blue 254

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

Shades of Deep Sky Blue #11CEFE

Tints of Deep Sky Blue #11CEFE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.19%

 BLUE value IS 254 (99.61% from 255) = 53.25%

R = 3.56%
G = 43.19%
B = 53.25%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#11CEFE (or 0x11CEFE) is known color: Deep Sky Blue. HEX triplet: 11, CE and FE. RGB value is (17,206,254). Sum of RGB (Red+Green+Blue) = 17+206+254=477 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.56% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #11CEFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CEFE is #EE3101. Grayscale: #9A9A9A. Windows color (decimal): -15610114 or 16698897. OLE color: 16698897.

HSL color Cylindrical-coordinate representation of color #11CEFE: hue angle of 192.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CEFE is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 206 254 -
CMYK 0.93 0.19 0 0.00
HSL 192.15º 0.99% 0.53% -
HSV(B) 192.15º 0.93% 1% -
XYZ 40.19 51.42 101.57 -
YUV 154.96 183.88 29.6 -
System Red Green Blue C M Y K H S L
Decimal 17 206 254 0.93 0.19 0 0.00 192.15 0.99 0.53
Hex 11 CE FE 5D 13 0 0 C0 63 35
Octal 21 316 376 135 23 0 0 300 143 65
Binary 10001 11001110 11111110 1011101 10011 0 0 11000000 1100011 110101

Color Harmonies of #11CEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CEFE

Black with #11CEFE

Text Example


Text Example

White with #11CEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,206,254); }

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

background-color css

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

 a { background-color: rgb(17,206,254); }

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

border-color css

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

 span { border-color: rgb(17,206,254); }

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