Html Css Color HEX #11CDFB Deep Sky Blue

📋 copy color: '#11CDFB'

red 17 ◦ green 205 ◦ blue 251

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

Shades of Deep Sky Blue #11CDFB

Tints of Deep Sky Blue #11CDFB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.34%

 BLUE value IS 251 (98.44% from 255) = 53.07%

R = 3.59%
G = 43.34%
B = 53.07%

CMYK

 C value IS 0.93

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11CDFB (or 0x11CDFB) is known color: Deep Sky Blue. HEX triplet: 11, CD and FB. RGB value is (17,205,251). Sum of RGB (Red+Green+Blue) = 17+205+251=473 (62% of max value = 765). Red value is 17 (7.03% from 255 or 3.59% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 251 (98.44% from 255 or 53.07% from 473); Max value from RGB is 251 - color contains mainly: blue. Hex color #11CDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CDFB is #EE3204. Grayscale: #999999. Windows color (decimal): -15610373 or 16502033. OLE color: 16502033.

HSL color Cylindrical-coordinate representation of color #11CDFB: hue angle of 191.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11CDFB is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 17 205 251 -
CMYK 0.93 0.18 0 0.02
HSL 191.79º 0.97% 0.53% -
HSV(B) 191.79º 0.93% 0.98% -
XYZ 39.48 50.75 98.98 -
YUV 154.03 182.72 30.26 -
System Red Green Blue C M Y K H S L
Decimal 17 205 251 0.93 0.18 0 0.02 191.79 0.97 0.53
Hex 11 CD FB 5D 12 0 2 C0 61 35
Octal 21 315 373 135 22 0 2 300 141 65
Binary 10001 11001101 11111011 1011101 10010 0 10 11000000 1100001 110101

Color Harmonies of #11CDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CDFB

Black with #11CDFB

Text Example


Text Example

White with #11CDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,205,251); }

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

background-color css

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

 a { background-color: rgb(17,205,251); }

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

border-color css

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

 span { border-color: rgb(17,205,251); }

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