Html Css Color HEX #11DBFC Deep Sky Blue

📋 copy color: '#11DBFC'

red 17 ◦ green 219 ◦ blue 252

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

Shades of Deep Sky Blue #11DBFC

Tints of Deep Sky Blue #11DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

 BLUE value IS 252 (98.83% from 255) = 51.64%

R = 3.48%
G = 44.88%
B = 51.64%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#11DBFC (or 0x11DBFC) is known color: Deep Sky Blue. HEX triplet: 11, DB and FC. RGB value is (17,219,252). Sum of RGB (Red+Green+Blue) = 17+219+252=488 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.48% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #11DBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBFC is #EE2403. Grayscale: #A2A2A2. Windows color (decimal): -15606788 or 16571153. OLE color: 16571153.

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

Color convert

RGB 17 219 252 -
CMYK 0.93 0.13 0 0.01
HSL 188.43º 0.98% 0.53% -
HSV(B) 188.43º 0.93% 0.99% -
XYZ 43.13 57.81 100.98 -
YUV 162.36 178.58 24.32 -
System Red Green Blue C M Y K H S L
Decimal 17 219 252 0.93 0.13 0 0.01 188.43 0.98 0.53
Hex 11 DB FC 5D D 0 1 BC 62 35
Octal 21 333 374 135 15 0 1 274 142 65
Binary 10001 11011011 11111100 1011101 1101 0 1 10111100 1100010 110101

Color Harmonies of #11DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DBFC

Black with #11DBFC

Text Example


Text Example

White with #11DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,219,252); }

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

background-color css

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

 a { background-color: rgb(17,219,252); }

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

border-color css

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

 span { border-color: rgb(17,219,252); }

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