Html Css Color HEX #11DFFF Deep Sky Blue

📋 copy color: '#11DFFF'

red 17 ◦ green 223 ◦ blue 255

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

Shades of Deep Sky Blue #11DFFF

Tints of Deep Sky Blue #11DFFF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.05%

 BLUE value IS 255 (100% from 255) = 51.52%

R = 3.43%
G = 45.05%
B = 51.52%

CMYK

 C value IS 0.93

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11DFFF (or 0x11DFFF) is known color: Deep Sky Blue. HEX triplet: 11, DF and FF. RGB value is (17,223,255). Sum of RGB (Red+Green+Blue) = 17+223+255=495 (65% of max value = 765). Red value is 17 (7.03% from 255 or 3.43% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #11DFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11DFFF is #EE2000. Grayscale: #A4A4A4. Windows color (decimal): -15605761 or 16768785. OLE color: 16768785.

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

Color convert

RGB 17 223 255 -
CMYK 0.93 0.13 0 0
HSL 188.07º 1% 0.53% -
HSV(B) 188.07º 0.93% 1% -
XYZ 44.67 60.11 103.86 -
YUV 165.05 178.75 22.4 -
System Red Green Blue C M Y K H S L
Decimal 17 223 255 0.93 0.13 0 0 188.07 1 0.53
Hex 11 DF FF 5D D 0 0 BC 64 35
Octal 21 337 377 135 15 0 0 274 144 65
Binary 10001 11011111 11111111 1011101 1101 0 0 10111100 1100100 110101

Color Harmonies of #11DFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11DFFF

Black with #11DFFF

Text Example


Text Example

White with #11DFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,223,255); }

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

background-color css

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

 a { background-color: rgb(17,223,255); }

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

border-color css

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

 span { border-color: rgb(17,223,255); }

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