Html Css Color HEX #95ACEA Perano

📋 copy color: '#95ACEA'

red 149 ◦ green 172 ◦ blue 234

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

Shades of Perano #95ACEA

Tints of Perano #95ACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.16%

R = 26.85%
G = 30.99%
B = 42.16%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95ACEA (or 0x95ACEA) is known color: Perano. HEX triplet: 95, AC and EA. RGB value is (149,172,234). Sum of RGB (Red+Green+Blue) = 149+172+234=555 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.85% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #95ACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ACEA is #6A5315. Grayscale: #ABABAB. Windows color (decimal): -6968086 or 15379605. OLE color: 15379605.

HSL color Cylindrical-coordinate representation of color #95ACEA: hue angle of 223.76º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95ACEA is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 172 234 -
CMYK 0.36 0.26 0 0.08
HSL 223.76º 0.67% 0.75% -
HSV(B) 223.76º 0.36% 0.92% -
XYZ 42 41.84 83.7 -
YUV 172.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 149 172 234 0.36 0.26 0 0.08 223.76 0.67 0.75
Hex 95 AC EA 24 1A 0 8 E0 43 4B
Octal 225 254 352 44 32 0 10 340 103 113
Binary 10010101 10101100 11101010 100100 11010 0 1000 11100000 1000011 1001011

Color Harmonies of #95ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ACEA

Black with #95ACEA

Text Example


Text Example

White with #95ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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