Html Css Color HEX #11BFF7 Deep Sky Blue

📋 copy color: '#11BFF7'

red 17 ◦ green 191 ◦ blue 247

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

Shades of Deep Sky Blue #11BFF7

Tints of Deep Sky Blue #11BFF7

RGB

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

 GREEN value IS 191 (75% from 255) = 41.98%

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

R = 3.74%
G = 41.98%
B = 54.29%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#11BFF7 (or 0x11BFF7) is known color: Deep Sky Blue. HEX triplet: 11, BF and F7. RGB value is (17,191,247). Sum of RGB (Red+Green+Blue) = 17+191+247=455 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.74% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 247 (96.88% from 255 or 54.29% from 455); Max value from RGB is 247 - color contains mainly: blue. Hex color #11BFF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11BFF7 is #EE4008. Grayscale: #909090. Windows color (decimal): -15613961 or 16236305. OLE color: 16236305.

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

Color convert

RGB 17 191 247 -
CMYK 0.93 0.23 0 0.03
HSL 194.61º 0.93% 0.52% -
HSV(B) 194.61º 0.93% 0.97% -
XYZ 35.65 44.1 94.63 -
YUV 145.36 185.35 36.45 -
System Red Green Blue C M Y K H S L
Decimal 17 191 247 0.93 0.23 0 0.03 194.61 0.93 0.52
Hex 11 BF F7 5D 17 0 3 C3 5D 34
Octal 21 277 367 135 27 0 3 303 135 64
Binary 10001 10111111 11110111 1011101 10111 0 11 11000011 1011101 110100

Color Harmonies of #11BFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BFF7

Black with #11BFF7

Text Example


Text Example

White with #11BFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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