Html Css Color HEX #95A6FC Perano

📋 copy color: '#95A6FC'

red 149 ◦ green 166 ◦ blue 252

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

Shades of Perano #95A6FC

Tints of Perano #95A6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.28%

 BLUE value IS 252 (98.83% from 255) = 44.44%

R = 26.28%
G = 29.28%
B = 44.44%

CMYK

 C value IS 0.41

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#95A6FC (or 0x95A6FC) is known color: Perano. HEX triplet: 95, A6 and FC. RGB value is (149,166,252). Sum of RGB (Red+Green+Blue) = 149+166+252=567 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.28% from 567); Green value is 166 (65.23% from 255 or 29.28% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #95A6FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95A6FC is #6A5903. Grayscale: #AAAAAA. Windows color (decimal): -6969604 or 16557717. OLE color: 16557717.

HSL color Cylindrical-coordinate representation of color #95A6FC: hue angle of 230.1º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95A6FC is Cyan = 0.41, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 149 166 252 -
CMYK 0.41 0.34 0 0.01
HSL 230.1º 0.94% 0.79% -
HSV(B) 230.1º 0.41% 0.99% -
XYZ 43.6 40.69 97.65 -
YUV 170.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 149 166 252 0.41 0.34 0 0.01 230.1 0.94 0.79
Hex 95 A6 FC 29 22 0 1 E6 5E 4F
Octal 225 246 374 51 42 0 1 346 136 117
Binary 10010101 10100110 11111100 101001 100010 0 1 11100110 1011110 1001111

Color Harmonies of #95A6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A6FC

Black with #95A6FC

Text Example


Text Example

White with #95A6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,166,252); }

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

background-color css

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

 a { background-color: rgb(149,166,252); }

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

border-color css

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

 span { border-color: rgb(149,166,252); }

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