Html Css Color HEX #11DCFB Deep Sky Blue

📋 copy color: '#11DCFB'

red 17 ◦ green 220 ◦ blue 251

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

Shades of Deep Sky Blue #11DCFB

Tints of Deep Sky Blue #11DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.08%

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

R = 3.48%
G = 45.08%
B = 51.43%

CMYK

 C value IS 0.93

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#11DCFB (or 0x11DCFB) is known color: Deep Sky Blue. HEX triplet: 11, DC and FB. RGB value is (17,220,251). Sum of RGB (Red+Green+Blue) = 17+220+251=488 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #11DCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DCFB is #EE2304. Grayscale: #A2A2A2. Windows color (decimal): -15606533 or 16505873. OLE color: 16505873.

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

Color convert

RGB 17 220 251 -
CMYK 0.93 0.12 0 0.02
HSL 187.95º 0.97% 0.53% -
HSV(B) 187.95º 0.93% 0.98% -
XYZ 43.24 58.27 100.24 -
YUV 162.84 177.75 23.98 -
System Red Green Blue C M Y K H S L
Decimal 17 220 251 0.93 0.12 0 0.02 187.95 0.97 0.53
Hex 11 DC FB 5D C 0 2 BC 61 35
Octal 21 334 373 135 14 0 2 274 141 65
Binary 10001 11011100 11111011 1011101 1100 0 10 10111100 1100001 110101

Color Harmonies of #11DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DCFB

Black with #11DCFB

Text Example


Text Example

White with #11DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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