Html Css Color HEX #94ACE9 Perano

📋 copy color: '#94ACE9'

red 148 ◦ green 172 ◦ blue 233

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

Shades of Perano #94ACE9

Tints of Perano #94ACE9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.1%

 BLUE value IS 233 (91.41% from 255) = 42.13%

R = 26.76%
G = 31.1%
B = 42.13%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#94ACE9 (or 0x94ACE9) is known color: Perano. HEX triplet: 94, AC and E9. RGB value is (148,172,233). Sum of RGB (Red+Green+Blue) = 148+172+233=553 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.76% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 233 (91.41% from 255 or 42.13% from 553); Max value from RGB is 233 - color contains mainly: blue. Hex color #94ACE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #94ACE9 is #6B5316. Grayscale: #ABABAB. Windows color (decimal): -7033623 or 15314068. OLE color: 15314068.

HSL color Cylindrical-coordinate representation of color #94ACE9: hue angle of 223.06º degrees, saturation: 0.66, 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 #94ACE9 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 148 172 233 -
CMYK 0.36 0.26 0 0.09
HSL 223.06º 0.66% 0.75% -
HSV(B) 223.06º 0.36% 0.91% -
XYZ 41.67 41.68 82.94 -
YUV 171.78 162.55 111.04 -
System Red Green Blue C M Y K H S L
Decimal 148 172 233 0.36 0.26 0 0.09 223.06 0.66 0.75
Hex 94 AC E9 24 1A 0 9 DF 42 4B
Octal 224 254 351 44 32 0 11 337 102 113
Binary 10010100 10101100 11101001 100100 11010 0 1001 11011111 1000010 1001011

Color Harmonies of #94ACE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94ACE9

Black with #94ACE9

Text Example


Text Example

White with #94ACE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,172,233); }

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

background-color css

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

 a { background-color: rgb(148,172,233); }

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

border-color css

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

 span { border-color: rgb(148,172,233); }

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