Html Css Color HEX #94ADE3 Echo Blue

📋 copy color: '#94ADE3'

red 148 ◦ green 173 ◦ blue 227

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

Shades of Echo Blue #94ADE3

Tints of Echo Blue #94ADE3

RGB

 RED value IS 148 (58.2% from 255) = 27.01%

 GREEN value IS 173 (67.97% from 255) = 31.57%

 BLUE value IS 227 (89.06% from 255) = 41.42%

R = 27.01%
G = 31.57%
B = 41.42%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#94ADE3 (or 0x94ADE3) is known color: Echo Blue. HEX triplet: 94, AD and E3. RGB value is (148,173,227). Sum of RGB (Red+Green+Blue) = 148+173+227=548 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.01% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #94ADE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADE3 is #6B521C. Grayscale: #ABABAB. Windows color (decimal): -7033373 or 14921108. OLE color: 14921108.

HSL color Cylindrical-coordinate representation of color #94ADE3: hue angle of 221.01º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94ADE3 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 173 227 -
CMYK 0.35 0.24 0 0.11
HSL 221.01º 0.59% 0.74% -
HSV(B) 221.01º 0.35% 0.89% -
XYZ 41.02 41.73 78.57 -
YUV 171.68 159.22 111.11 -
System Red Green Blue C M Y K H S L
Decimal 148 173 227 0.35 0.24 0 0.11 221.01 0.59 0.74
Hex 94 AD E3 23 18 0 B DD 3B 4A
Octal 224 255 343 43 30 0 13 335 73 112
Binary 10010100 10101101 11100011 100011 11000 0 1011 11011101 111011 1001010

Color Harmonies of #94ADE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADE3

Black with #94ADE3

Text Example


Text Example

White with #94ADE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94ADE3; }

 p { color: rgb(148,173,227); }

 H1.HeaderClassName
 {
   color: #94ADE3;
 }
 .AnyTagClassName
 {
   color: #94ADE3;
 }
</style>

background-color css

<style>
 a { background-color: #94ADE3; }

 a { background-color: rgb(148,173,227); }

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

border-color css

<style>
 span { border-color: #94ADE3; }

 span { border-color: rgb(148,173,227); }

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