Html Css Color HEX #95B7EA Perano

📋 copy color: '#95B7EA'

red 149 ◦ green 183 ◦ blue 234

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

Shades of Perano #95B7EA

Tints of Perano #95B7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.33%

 BLUE value IS 234 (91.8% from 255) = 41.34%

R = 26.33%
G = 32.33%
B = 41.34%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95B7EA (or 0x95B7EA) is known color: Perano. HEX triplet: 95, B7 and EA. RGB value is (149,183,234). Sum of RGB (Red+Green+Blue) = 149+183+234=566 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.33% from 566); Green value is 183 (71.88% from 255 or 32.33% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #95B7EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B7EA is #6A4815. Grayscale: #B2B2B2. Windows color (decimal): -6965270 or 15382421. OLE color: 15382421.

HSL color Cylindrical-coordinate representation of color #95B7EA: hue angle of 216º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95B7EA is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 183 234 -
CMYK 0.36 0.22 0 0.08
HSL 216º 0.67% 0.75% -
HSV(B) 216º 0.36% 0.92% -
XYZ 44.18 46.2 84.43 -
YUV 178.65 159.24 106.85 -
System Red Green Blue C M Y K H S L
Decimal 149 183 234 0.36 0.22 0 0.08 216 0.67 0.75
Hex 95 B7 EA 24 16 0 8 D8 43 4B
Octal 225 267 352 44 26 0 10 330 103 113
Binary 10010101 10110111 11101010 100100 10110 0 1000 11011000 1000011 1001011

Color Harmonies of #95B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B7EA

Black with #95B7EA

Text Example


Text Example

White with #95B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,183,234); }

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

background-color css

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

 a { background-color: rgb(149,183,234); }

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

border-color css

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

 span { border-color: rgb(149,183,234); }

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