Html Css Color HEX #95B4F3 Perano

📋 copy color: '#95B4F3'

red 149 ◦ green 180 ◦ blue 243

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

Shades of Perano #95B4F3

Tints of Perano #95B4F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.48%

R = 26.05%
G = 31.47%
B = 42.48%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#95B4F3 (or 0x95B4F3) is known color: Perano. HEX triplet: 95, B4 and F3. RGB value is (149,180,243). Sum of RGB (Red+Green+Blue) = 149+180+243=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 243 - color contains mainly: blue. Hex color #95B4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B4F3 is #6A4B0C. Grayscale: #B1B1B1. Windows color (decimal): -6966029 or 15971477. OLE color: 15971477.

HSL color Cylindrical-coordinate representation of color #95B4F3: hue angle of 220.21º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95B4F3 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 180 243 -
CMYK 0.39 0.26 0 0.05
HSL 220.21º 0.8% 0.77% -
HSV(B) 220.21º 0.39% 0.95% -
XYZ 44.89 45.5 91.21 -
YUV 177.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 149 180 243 0.39 0.26 0 0.05 220.21 0.8 0.77
Hex 95 B4 F3 27 1A 0 5 DC 50 4D
Octal 225 264 363 47 32 0 5 334 120 115
Binary 10010101 10110100 11110011 100111 11010 0 101 11011100 1010000 1001101

Color Harmonies of #95B4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B4F3

Black with #95B4F3

Text Example


Text Example

White with #95B4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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