Html Css Color HEX #11B4EA Deep Sky Blue

📋 copy color: '#11B4EA'

red 17 ◦ green 180 ◦ blue 234

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

Shades of Deep Sky Blue #11B4EA

Tints of Deep Sky Blue #11B4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 234 (91.8% from 255) = 54.29%

R = 3.94%
G = 41.76%
B = 54.29%

CMYK

 C value IS 0.93

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#11B4EA (or 0x11B4EA) is known color: Deep Sky Blue. HEX triplet: 11, B4 and EA. RGB value is (17,180,234). Sum of RGB (Red+Green+Blue) = 17+180+234=431 (57% of max value = 765). Red value is 17 (7.03% from 255 or 3.94% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #11B4EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #11B4EA is #EE4B15. Grayscale: #898989. Windows color (decimal): -15616790 or 15381521. OLE color: 15381521.

HSL color Cylindrical-coordinate representation of color #11B4EA: hue angle of 194.93º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11B4EA is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 180 234 -
CMYK 0.93 0.23 0 0.08
HSL 194.93º 0.86% 0.49% -
HSV(B) 194.93º 0.93% 0.92% -
XYZ 31.4 38.7 83.66 -
YUV 137.42 182.5 42.11 -
System Red Green Blue C M Y K H S L
Decimal 17 180 234 0.93 0.23 0 0.08 194.93 0.86 0.49
Hex 11 B4 EA 5D 17 0 8 C3 56 31
Octal 21 264 352 135 27 0 10 303 126 61
Binary 10001 10110100 11101010 1011101 10111 0 1000 11000011 1010110 110001

Color Harmonies of #11B4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B4EA

Black with #11B4EA

Text Example


Text Example

White with #11B4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,180,234); }

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

background-color css

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

 a { background-color: rgb(17,180,234); }

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

border-color css

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

 span { border-color: rgb(17,180,234); }

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