Html Css Color HEX #94ADE8 Perano

📋 copy color: '#94ADE8'

red 148 ◦ green 173 ◦ blue 232

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

Shades of Perano #94ADE8

Tints of Perano #94ADE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.95%

R = 26.76%
G = 31.28%
B = 41.95%

CMYK

 C value IS 0.36

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#94ADE8 (or 0x94ADE8) is known color: Perano. HEX triplet: 94, AD and E8. RGB value is (148,173,232). Sum of RGB (Red+Green+Blue) = 148+173+232=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 232 (91.02% from 255 or 41.95% from 553); Max value from RGB is 232 - color contains mainly: blue. Hex color #94ADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ADE8 is #6B5217. Grayscale: #ABABAB. Windows color (decimal): -7033368 or 15248788. OLE color: 15248788.

HSL color Cylindrical-coordinate representation of color #94ADE8: hue angle of 222.14º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94ADE8 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 173 232 -
CMYK 0.36 0.25 0 0.09
HSL 222.14º 0.65% 0.75% -
HSV(B) 222.14º 0.36% 0.91% -
XYZ 41.72 42.01 82.25 -
YUV 172.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 148 173 232 0.36 0.25 0 0.09 222.14 0.65 0.75
Hex 94 AD E8 24 19 0 9 DE 41 4B
Octal 224 255 350 44 31 0 11 336 101 113
Binary 10010100 10101101 11101000 100100 11001 0 1001 11011110 1000001 1001011

Color Harmonies of #94ADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ADE8

Black with #94ADE8

Text Example


Text Example

White with #94ADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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