Html Css Color HEX #11CFEB Deep Sky Blue

📋 copy color: '#11CFEB'

red 17 ◦ green 207 ◦ blue 235

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

Shades of Deep Sky Blue #11CFEB

Tints of Deep Sky Blue #11CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45.1%

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

R = 3.7%
G = 45.1%
B = 51.2%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11CFEB (or 0x11CFEB) is known color: Deep Sky Blue. HEX triplet: 11, CF and EB. RGB value is (17,207,235). Sum of RGB (Red+Green+Blue) = 17+207+235=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #11CFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CFEB is #EE3014. Grayscale: #999999. Windows color (decimal): -15609877 or 15453969. OLE color: 15453969.

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

Color convert

RGB 17 207 235 -
CMYK 0.93 0.12 0 0.08
HSL 187.71º 0.87% 0.49% -
HSV(B) 187.71º 0.93% 0.92% -
XYZ 37.54 50.74 86.41 -
YUV 153.38 174.05 30.72 -
System Red Green Blue C M Y K H S L
Decimal 17 207 235 0.93 0.12 0 0.08 187.71 0.87 0.49
Hex 11 CF EB 5D C 0 8 BC 57 31
Octal 21 317 353 135 14 0 10 274 127 61
Binary 10001 11001111 11101011 1011101 1100 0 1000 10111100 1010111 110001

Color Harmonies of #11CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CFEB

Black with #11CFEB

Text Example


Text Example

White with #11CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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