Html Css Color HEX #11BEFC Deep Sky Blue

📋 copy color: '#11BEFC'

red 17 ◦ green 190 ◦ blue 252

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

Shades of Deep Sky Blue #11BEFC

Tints of Deep Sky Blue #11BEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.39%

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

R = 3.7%
G = 41.39%
B = 54.9%

CMYK

 C value IS 0.93

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#11BEFC (or 0x11BEFC) is known color: Deep Sky Blue. HEX triplet: 11, BE and FC. RGB value is (17,190,252). Sum of RGB (Red+Green+Blue) = 17+190+252=459 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.70% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #11BEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BEFC is #EE4103. Grayscale: #909090. Windows color (decimal): -15614212 or 16563729. OLE color: 16563729.

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

Color convert

RGB 17 190 252 -
CMYK 0.93 0.25 0 0.01
HSL 195.83º 0.98% 0.53% -
HSV(B) 195.83º 0.93% 0.99% -
XYZ 36.22 43.97 98.67 -
YUV 145.34 188.19 36.46 -
System Red Green Blue C M Y K H S L
Decimal 17 190 252 0.93 0.25 0 0.01 195.83 0.98 0.53
Hex 11 BE FC 5D 19 0 1 C4 62 35
Octal 21 276 374 135 31 0 1 304 142 65
Binary 10001 10111110 11111100 1011101 11001 0 1 11000100 1100010 110101

Color Harmonies of #11BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BEFC

Black with #11BEFC

Text Example


Text Example

White with #11BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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