Html Css Color HEX #95B5EA Perano

📋 copy color: '#95B5EA'

red 149 ◦ green 181 ◦ blue 234

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

Shades of Perano #95B5EA

Tints of Perano #95B5EA

RGB

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

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

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

R = 26.42%
G = 32.09%
B = 41.49%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95B5EA (or 0x95B5EA) is known color: Perano. HEX triplet: 95, B5 and EA. RGB value is (149,181,234). Sum of RGB (Red+Green+Blue) = 149+181+234=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #95B5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B5EA is #6A4A15. Grayscale: #B1B1B1. Windows color (decimal): -6965782 or 15381909. OLE color: 15381909.

HSL color Cylindrical-coordinate representation of color #95B5EA: hue angle of 217.41º 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 #95B5EA is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 181 234 -
CMYK 0.36 0.23 0 0.08
HSL 217.41º 0.67% 0.75% -
HSV(B) 217.41º 0.36% 0.92% -
XYZ 43.77 45.38 84.29 -
YUV 177.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 149 181 234 0.36 0.23 0 0.08 217.41 0.67 0.75
Hex 95 B5 EA 24 17 0 8 D9 43 4B
Octal 225 265 352 44 27 0 10 331 103 113
Binary 10010101 10110101 11101010 100100 10111 0 1000 11011001 1000011 1001011

Color Harmonies of #95B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B5EA

Black with #95B5EA

Text Example


Text Example

White with #95B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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