Html Css Color HEX #11CFFF Deep Sky Blue

📋 copy color: '#11CFFF'

red 17 ◦ green 207 ◦ blue 255

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

Shades of Deep Sky Blue #11CFFF

Tints of Deep Sky Blue #11CFFF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.22%

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

R = 3.55%
G = 43.22%
B = 53.24%

CMYK

 C value IS 0.93

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11CFFF (or 0x11CFFF) is known color: Deep Sky Blue. HEX triplet: 11, CF and FF. RGB value is (17,207,255). Sum of RGB (Red+Green+Blue) = 17+207+255=479 (63% of max value = 765). Red value is 17 (7.03% from 255 or 3.55% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #11CFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11CFFF is #EE3000. Grayscale: #9B9B9B. Windows color (decimal): -15609857 or 16764689. OLE color: 16764689.

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

Color convert

RGB 17 207 255 -
CMYK 0.93 0.19 0 0
HSL 192.1º 1% 0.53% -
HSV(B) 192.1º 0.93% 1% -
XYZ 40.59 51.96 102.5 -
YUV 155.66 184.05 29.1 -
System Red Green Blue C M Y K H S L
Decimal 17 207 255 0.93 0.19 0 0 192.1 1 0.53
Hex 11 CF FF 5D 13 0 0 C0 64 35
Octal 21 317 377 135 23 0 0 300 144 65
Binary 10001 11001111 11111111 1011101 10011 0 0 11000000 1100100 110101

Color Harmonies of #11CFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11CFFF

Black with #11CFFF

Text Example


Text Example

White with #11CFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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