Html Css Color HEX #95B4F9 Perano

📋 copy color: '#95B4F9'

red 149 ◦ green 180 ◦ blue 249

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

Shades of Perano #95B4F9

Tints of Perano #95B4F9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.14%

 BLUE value IS 249 (97.66% from 255) = 43.08%

R = 25.78%
G = 31.14%
B = 43.08%

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

#95B4F9 (or 0x95B4F9) is known color: Perano. HEX triplet: 95, B4 and F9. RGB value is (149,180,249). Sum of RGB (Red+Green+Blue) = 149+180+249=578 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.78% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #95B4F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B4F9 is #6A4B06. Grayscale: #B2B2B2. Windows color (decimal): -6966023 or 16364693. OLE color: 16364693.

HSL color Cylindrical-coordinate representation of color #95B4F9: hue angle of 221.4º degrees, saturation: 0.89, 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 #95B4F9 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 149 180 249 -
CMYK 0.40 0.28 0 0.02
HSL 221.4º 0.89% 0.78% -
HSV(B) 221.4º 0.4% 0.98% -
XYZ 45.81 45.87 96.06 -
YUV 178.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 149 180 249 0.40 0.28 0 0.02 221.4 0.89 0.78
Hex 95 B4 F9 28 1C 0 2 DD 59 4E
Octal 225 264 371 50 34 0 2 335 131 116
Binary 10010101 10110100 11111001 101000 11100 0 10 11011101 1011001 1001110

Color Harmonies of #95B4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B4F9

Black with #95B4F9

Text Example


Text Example

White with #95B4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,180,249); }

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

background-color css

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

 a { background-color: rgb(149,180,249); }

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

border-color css

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

 span { border-color: rgb(149,180,249); }

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