Html Css Color HEX #94ADE5 Perano

📋 copy color: '#94ADE5'

red 148 ◦ green 173 ◦ blue 229

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

Shades of Perano #94ADE5

Tints of Perano #94ADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.64%

R = 26.91%
G = 31.45%
B = 41.64%

CMYK

 C value IS 0.35

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#94ADE5 (or 0x94ADE5) is known color: Perano. HEX triplet: 94, AD and E5. RGB value is (148,173,229). Sum of RGB (Red+Green+Blue) = 148+173+229=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #94ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #94ADE5 is #6B521A. Grayscale: #ABABAB. Windows color (decimal): -7033371 or 15052180. OLE color: 15052180.

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

Color convert

RGB 148 173 229 -
CMYK 0.35 0.24 0 0.10
HSL 221.48º 0.61% 0.74% -
HSV(B) 221.48º 0.35% 0.9% -
XYZ 41.3 41.84 80.03 -
YUV 171.91 160.22 110.95 -
System Red Green Blue C M Y K H S L
Decimal 148 173 229 0.35 0.24 0 0.10 221.48 0.61 0.74
Hex 94 AD E5 23 18 0 A DD 3D 4A
Octal 224 255 345 43 30 0 12 335 75 112
Binary 10010100 10101101 11100101 100011 11000 0 1010 11011101 111101 1001010

Color Harmonies of #94ADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADE5

Black with #94ADE5

Text Example


Text Example

White with #94ADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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