Html Css Color HEX #95B5FA Perano

📋 copy color: '#95B5FA'

red 149 ◦ green 181 ◦ blue 250

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

Shades of Perano #95B5FA

Tints of Perano #95B5FA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.21%

 BLUE value IS 250 (98.05% from 255) = 43.1%

R = 25.69%
G = 31.21%
B = 43.1%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#95B5FA (or 0x95B5FA) is known color: Perano. HEX triplet: 95, B5 and FA. RGB value is (149,181,250). Sum of RGB (Red+Green+Blue) = 149+181+250=580 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.69% from 580); Green value is 181 (71.09% from 255 or 31.21% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #95B5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B5FA is #6A4A05. Grayscale: #B2B2B2. Windows color (decimal): -6965766 or 16430485. OLE color: 16430485.

HSL color Cylindrical-coordinate representation of color #95B5FA: hue angle of 220.99º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95B5FA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 181 250 -
CMYK 0.40 0.28 0 0.02
HSL 220.99º 0.91% 0.78% -
HSV(B) 220.99º 0.4% 0.98% -
XYZ 46.17 46.34 96.95 -
YUV 179.3 167.9 106.39 -
System Red Green Blue C M Y K H S L
Decimal 149 181 250 0.40 0.28 0 0.02 220.99 0.91 0.78
Hex 95 B5 FA 28 1C 0 2 DD 5B 4E
Octal 225 265 372 50 34 0 2 335 133 116
Binary 10010101 10110101 11111010 101000 11100 0 10 11011101 1011011 1001110

Color Harmonies of #95B5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B5FA

Black with #95B5FA

Text Example


Text Example

White with #95B5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,181,250); }

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

background-color css

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

 a { background-color: rgb(149,181,250); }

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

border-color css

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

 span { border-color: rgb(149,181,250); }

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