Html Css Color HEX #11BCF7 Deep Sky Blue

📋 copy color: '#11BCF7'

red 17 ◦ green 188 ◦ blue 247

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

Shades of Deep Sky Blue #11BCF7

Tints of Deep Sky Blue #11BCF7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.59%

 BLUE value IS 247 (96.88% from 255) = 54.65%

R = 3.76%
G = 41.59%
B = 54.65%

CMYK

 C value IS 0.93

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#11BCF7 (or 0x11BCF7) is known color: Deep Sky Blue. HEX triplet: 11, BC and F7. RGB value is (17,188,247). Sum of RGB (Red+Green+Blue) = 17+188+247=452 (59% of max value = 765). Red value is 17 (7.03% from 255 or 3.76% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #11BCF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BCF7 is #EE4308. Grayscale: #8F8F8F. Windows color (decimal): -15614729 or 16235537. OLE color: 16235537.

HSL color Cylindrical-coordinate representation of color #11BCF7: hue angle of 195.39º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11BCF7 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 188 247 -
CMYK 0.93 0.24 0 0.03
HSL 195.39º 0.93% 0.52% -
HSV(B) 195.39º 0.93% 0.97% -
XYZ 35 42.8 94.41 -
YUV 143.6 186.35 37.7 -
System Red Green Blue C M Y K H S L
Decimal 17 188 247 0.93 0.24 0 0.03 195.39 0.93 0.52
Hex 11 BC F7 5D 18 0 3 C3 5D 34
Octal 21 274 367 135 30 0 3 303 135 64
Binary 10001 10111100 11110111 1011101 11000 0 11 11000011 1011101 110100

Color Harmonies of #11BCF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BCF7

Black with #11BCF7

Text Example


Text Example

White with #11BCF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,188,247); }

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

background-color css

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

 a { background-color: rgb(17,188,247); }

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

border-color css

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

 span { border-color: rgb(17,188,247); }

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