Html Css Color HEX #11DBFA Deep Sky Blue

📋 copy color: '#11DBFA'

red 17 ◦ green 219 ◦ blue 250

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

Shades of Deep Sky Blue #11DBFA

Tints of Deep Sky Blue #11DBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 3.5%
G = 45.06%
B = 51.44%

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

#11DBFA (or 0x11DBFA) is known color: Deep Sky Blue. HEX triplet: 11, DB and FA. RGB value is (17,219,250). Sum of RGB (Red+Green+Blue) = 17+219+250=486 (64% of max value = 765). Red value is 17 (7.03% from 255 or 3.50% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #11DBFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DBFA is #EE2405. Grayscale: #A1A1A1. Windows color (decimal): -15606790 or 16440081. OLE color: 16440081.

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

Color convert

RGB 17 219 250 -
CMYK 0.93 0.12 0 0.02
HSL 187.98º 0.96% 0.52% -
HSV(B) 187.98º 0.93% 0.98% -
XYZ 42.82 57.68 99.32 -
YUV 162.14 177.58 24.48 -
System Red Green Blue C M Y K H S L
Decimal 17 219 250 0.93 0.12 0 0.02 187.98 0.96 0.52
Hex 11 DB FA 5D C 0 2 BC 60 34
Octal 21 333 372 135 14 0 2 274 140 64
Binary 10001 11011011 11111010 1011101 1100 0 10 10111100 1100000 110100

Color Harmonies of #11DBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DBFA

Black with #11DBFA

Text Example


Text Example

White with #11DBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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