Html Css Color HEX #11BAFC Deep Sky Blue

📋 copy color: '#11BAFC'

red 17 ◦ green 186 ◦ blue 252

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

Shades of Deep Sky Blue #11BAFC

Tints of Deep Sky Blue #11BAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.88%

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

R = 3.74%
G = 40.88%
B = 55.38%

CMYK

 C value IS 0.93

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#11BAFC (or 0x11BAFC) is known color: Deep Sky Blue. HEX triplet: 11, BA and FC. RGB value is (17,186,252). Sum of RGB (Red+Green+Blue) = 17+186+252=455 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.74% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #11BAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BAFC is #EE4503. Grayscale: #8E8E8E. Windows color (decimal): -15615236 or 16562705. OLE color: 16562705.

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

Color convert

RGB 17 186 252 -
CMYK 0.93 0.26 0 0.01
HSL 196.85º 0.98% 0.53% -
HSV(B) 196.85º 0.93% 0.99% -
XYZ 35.36 42.27 98.39 -
YUV 142.99 189.51 38.13 -
System Red Green Blue C M Y K H S L
Decimal 17 186 252 0.93 0.26 0 0.01 196.85 0.98 0.53
Hex 11 BA FC 5D 1A 0 1 C5 62 35
Octal 21 272 374 135 32 0 1 305 142 65
Binary 10001 10111010 11111100 1011101 11010 0 1 11000101 1100010 110101

Color Harmonies of #11BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BAFC

Black with #11BAFC

Text Example


Text Example

White with #11BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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