Html Css Color HEX #95B1FE Perano

📋 copy color: '#95B1FE'

red 149 ◦ green 177 ◦ blue 254

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

Shades of Perano #95B1FE

Tints of Perano #95B1FE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.52%

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

R = 25.69%
G = 30.52%
B = 43.79%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#95B1FE (or 0x95B1FE) is known color: Perano. HEX triplet: 95, B1 and FE. RGB value is (149,177,254). Sum of RGB (Red+Green+Blue) = 149+177+254=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #95B1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95B1FE is #6A4E01. Grayscale: #B1B1B1. Windows color (decimal): -6966786 or 16691605. OLE color: 16691605.

HSL color Cylindrical-coordinate representation of color #95B1FE: hue angle of 224º 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 #95B1FE is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 177 254 -
CMYK 0.41 0.30 0 0.00
HSL 224º 0.98% 0.79% -
HSV(B) 224º 0.41% 1% -
XYZ 46.01 44.99 100.03 -
YUV 177.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 149 177 254 0.41 0.30 0 0.00 224 0.98 0.79
Hex 95 B1 FE 29 1E 0 0 E0 62 4F
Octal 225 261 376 51 36 0 0 340 142 117
Binary 10010101 10110001 11111110 101001 11110 0 0 11100000 1100010 1001111

Color Harmonies of #95B1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B1FE

Black with #95B1FE

Text Example


Text Example

White with #95B1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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