Html Css Color HEX #95B0FF Perano

📋 copy color: '#95B0FF'

red 149 ◦ green 176 ◦ blue 255

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

Shades of Perano #95B0FF

Tints of Perano #95B0FF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.34%

 BLUE value IS 255 (100% from 255) = 43.97%

R = 25.69%
G = 30.34%
B = 43.97%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#95B0FF (or 0x95B0FF) is known color: Perano. HEX triplet: 95, B0 and FF. RGB value is (149,176,255). Sum of RGB (Red+Green+Blue) = 149+176+255=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #95B0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95B0FF is #6A4F00. Grayscale: #B0B0B0. Windows color (decimal): -6967041 or 16756885. OLE color: 16756885.

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

Color convert

RGB 149 176 255 -
CMYK 0.42 0.31 0 0
HSL 224.72º 1% 0.79% -
HSV(B) 224.72º 0.42% 1% -
XYZ 45.97 44.66 100.81 -
YUV 176.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 149 176 255 0.42 0.31 0 0 224.72 1 0.79
Hex 95 B0 FF 2A 1F 0 0 E1 64 4F
Octal 225 260 377 52 37 0 0 341 144 117
Binary 10010101 10110000 11111111 101010 11111 0 0 11100001 1100100 1001111

Color Harmonies of #95B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B0FF

Black with #95B0FF

Text Example


Text Example

White with #95B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,176,255); }

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

background-color css

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

 a { background-color: rgb(149,176,255); }

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

border-color css

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

 span { border-color: rgb(149,176,255); }

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