Html Css Color HEX #11B8FF Deep Sky Blue

📋 copy color: '#11B8FF'

red 17 ◦ green 184 ◦ blue 255

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

Shades of Deep Sky Blue #11B8FF

Tints of Deep Sky Blue #11B8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

 BLUE value IS 255 (100% from 255) = 55.92%

R = 3.73%
G = 40.35%
B = 55.92%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#11B8FF (or 0x11B8FF) is known color: Deep Sky Blue. HEX triplet: 11, B8 and FF. RGB value is (17,184,255). Sum of RGB (Red+Green+Blue) = 17+184+255=456 (60% of max value = 765). Red value is 17 (7.03% from 255 or 3.73% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #11B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B8FF is #EE4700. Grayscale: #8D8D8D. Windows color (decimal): -15615745 or 16758801. OLE color: 16758801.

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

Color convert

RGB 17 184 255 -
CMYK 0.93 0.28 0 0
HSL 197.9º 1% 0.53% -
HSV(B) 197.9º 0.93% 1% -
XYZ 35.42 41.62 100.77 -
YUV 142.16 191.67 38.73 -
System Red Green Blue C M Y K H S L
Decimal 17 184 255 0.93 0.28 0 0 197.9 1 0.53
Hex 11 B8 FF 5D 1C 0 0 C6 64 35
Octal 21 270 377 135 34 0 0 306 144 65
Binary 10001 10111000 11111111 1011101 11100 0 0 11000110 1100100 110101

Color Harmonies of #11B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B8FF

Black with #11B8FF

Text Example


Text Example

White with #11B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,184,255); }

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

background-color css

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

 a { background-color: rgb(17,184,255); }

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

border-color css

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

 span { border-color: rgb(17,184,255); }

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