Html Css Color HEX #95B6FE Perano

📋 copy color: '#95B6FE'

red 149 ◦ green 182 ◦ blue 254

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

Shades of Perano #95B6FE

Tints of Perano #95B6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.11%

 BLUE value IS 254 (99.61% from 255) = 43.42%

R = 25.47%
G = 31.11%
B = 43.42%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#95B6FE (or 0x95B6FE) is known color: Perano. HEX triplet: 95, B6 and FE. RGB value is (149,182,254). Sum of RGB (Red+Green+Blue) = 149+182+254=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #95B6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B6FE is #6A4901. Grayscale: #B4B4B4. Windows color (decimal): -6965506 or 16692885. OLE color: 16692885.

HSL color Cylindrical-coordinate representation of color #95B6FE: hue angle of 221.14º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95B6FE is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 182 254 -
CMYK 0.41 0.28 0 0.00
HSL 221.14º 0.98% 0.79% -
HSV(B) 221.14º 0.41% 1% -
XYZ 47.01 47 100.36 -
YUV 180.34 169.57 105.65 -
System Red Green Blue C M Y K H S L
Decimal 149 182 254 0.41 0.28 0 0.00 221.14 0.98 0.79
Hex 95 B6 FE 29 1C 0 0 DD 62 4F
Octal 225 266 376 51 34 0 0 335 142 117
Binary 10010101 10110110 11111110 101001 11100 0 0 11011101 1100010 1001111

Color Harmonies of #95B6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B6FE

Black with #95B6FE

Text Example


Text Example

White with #95B6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,182,254); }

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

background-color css

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

 a { background-color: rgb(149,182,254); }

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

border-color css

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

 span { border-color: rgb(149,182,254); }

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