Html Css Color HEX #95ABEA Perano

📋 copy color: '#95ABEA'

red 149 ◦ green 171 ◦ blue 234

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

Shades of Perano #95ABEA

Tints of Perano #95ABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.87%

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

R = 26.9%
G = 30.87%
B = 42.24%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95ABEA (or 0x95ABEA) is known color: Perano. HEX triplet: 95, AB and EA. RGB value is (149,171,234). Sum of RGB (Red+Green+Blue) = 149+171+234=554 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.90% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #95ABEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ABEA is #6A5415. Grayscale: #ABABAB. Windows color (decimal): -6968342 or 15379349. OLE color: 15379349.

HSL color Cylindrical-coordinate representation of color #95ABEA: hue angle of 224.47º 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 #95ABEA is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 171 234 -
CMYK 0.36 0.27 0 0.08
HSL 224.47º 0.67% 0.75% -
HSV(B) 224.47º 0.36% 0.92% -
XYZ 41.81 41.46 83.64 -
YUV 171.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 149 171 234 0.36 0.27 0 0.08 224.47 0.67 0.75
Hex 95 AB EA 24 1B 0 8 E0 43 4B
Octal 225 253 352 44 33 0 10 340 103 113
Binary 10010101 10101011 11101010 100100 11011 0 1000 11100000 1000011 1001011

Color Harmonies of #95ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ABEA

Black with #95ABEA

Text Example


Text Example

White with #95ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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