Html Css Color HEX #11BDFE Deep Sky Blue

📋 copy color: '#11BDFE'

red 17 ◦ green 189 ◦ blue 254

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

Shades of Deep Sky Blue #11BDFE

Tints of Deep Sky Blue #11BDFE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.09%

 BLUE value IS 254 (99.61% from 255) = 55.22%

R = 3.7%
G = 41.09%
B = 55.22%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#11BDFE (or 0x11BDFE) is known color: Deep Sky Blue. HEX triplet: 11, BD and FE. RGB value is (17,189,254). Sum of RGB (Red+Green+Blue) = 17+189+254=460 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #11BDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BDFE is #EE4201. Grayscale: #909090. Windows color (decimal): -15614466 or 16694545. OLE color: 16694545.

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

Color convert

RGB 17 189 254 -
CMYK 0.93 0.26 0 0.00
HSL 196.46º 0.99% 0.53% -
HSV(B) 196.46º 0.93% 1% -
XYZ 36.32 43.67 100.28 -
YUV 144.98 189.52 36.71 -
System Red Green Blue C M Y K H S L
Decimal 17 189 254 0.93 0.26 0 0.00 196.46 0.99 0.53
Hex 11 BD FE 5D 1A 0 0 C4 63 35
Octal 21 275 376 135 32 0 0 304 143 65
Binary 10001 10111101 11111110 1011101 11010 0 0 11000100 1100011 110101

Color Harmonies of #11BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BDFE

Black with #11BDFE

Text Example


Text Example

White with #11BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,189,254); }

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

background-color css

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

 a { background-color: rgb(17,189,254); }

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

border-color css

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

 span { border-color: rgb(17,189,254); }

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