Html Css Color HEX #95ACE5 Perano

📋 copy color: '#95ACE5'

red 149 ◦ green 172 ◦ blue 229

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

Shades of Perano #95ACE5

Tints of Perano #95ACE5

RGB

 RED value IS 149 (58.59% from 255) = 27.09%

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

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

R = 27.09%
G = 31.27%
B = 41.64%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#95ACE5 (or 0x95ACE5) is known color: Perano. HEX triplet: 95, AC and E5. RGB value is (149,172,229). Sum of RGB (Red+Green+Blue) = 149+172+229=550 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.09% from 550); Green value is 172 (67.58% from 255 or 31.27% 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 #95ACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #95ACE5 is #6A531A. Grayscale: #ABABAB. Windows color (decimal): -6968091 or 15051925. OLE color: 15051925.

HSL color Cylindrical-coordinate representation of color #95ACE5: hue angle of 222.75º 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 #95ACE5 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 172 229 -
CMYK 0.35 0.25 0 0.10
HSL 222.75º 0.61% 0.74% -
HSV(B) 222.75º 0.35% 0.9% -
XYZ 41.29 41.55 79.97 -
YUV 171.62 160.38 111.87 -
System Red Green Blue C M Y K H S L
Decimal 149 172 229 0.35 0.25 0 0.10 222.75 0.61 0.74
Hex 95 AC E5 23 19 0 A DF 3D 4A
Octal 225 254 345 43 31 0 12 337 75 112
Binary 10010101 10101100 11100101 100011 11001 0 1010 11011111 111101 1001010

Color Harmonies of #95ACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ACE5

Black with #95ACE5

Text Example


Text Example

White with #95ACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95ACE5; }

 p { color: rgb(149,172,229); }

 H1.HeaderClassName
 {
   color: #95ACE5;
 }
 .AnyTagClassName
 {
   color: #95ACE5;
 }
</style>

background-color css

<style>
 a { background-color: #95ACE5; }

 a { background-color: rgb(149,172,229); }

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

border-color css

<style>
 span { border-color: #95ACE5; }

 span { border-color: rgb(149,172,229); }

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