Html Css Color HEX #95AAF2 Perano

📋 copy color: '#95AAF2'

red 149 ◦ green 170 ◦ blue 242

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

Shades of Perano #95AAF2

Tints of Perano #95AAF2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.3%

 BLUE value IS 242 (94.92% from 255) = 43.14%

R = 26.56%
G = 30.3%
B = 43.14%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#95AAF2 (or 0x95AAF2) is known color: Perano. HEX triplet: 95, AA and F2. RGB value is (149,170,242). Sum of RGB (Red+Green+Blue) = 149+170+242=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #95AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95AAF2 is #6A550D. Grayscale: #ABABAB. Windows color (decimal): -6968590 or 15903381. OLE color: 15903381.

HSL color Cylindrical-coordinate representation of color #95AAF2: hue angle of 226.45º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95AAF2 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 170 242 -
CMYK 0.38 0.30 0 0.05
HSL 226.45º 0.78% 0.77% -
HSV(B) 226.45º 0.38% 0.95% -
XYZ 42.8 41.55 89.77 -
YUV 171.93 167.54 111.65 -
System Red Green Blue C M Y K H S L
Decimal 149 170 242 0.38 0.30 0 0.05 226.45 0.78 0.77
Hex 95 AA F2 26 1E 0 5 E2 4E 4D
Octal 225 252 362 46 36 0 5 342 116 115
Binary 10010101 10101010 11110010 100110 11110 0 101 11100010 1001110 1001101

Color Harmonies of #95AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95AAF2

Black with #95AAF2

Text Example


Text Example

White with #95AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,170,242); }

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

background-color css

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

 a { background-color: rgb(149,170,242); }

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

border-color css

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

 span { border-color: rgb(149,170,242); }

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