Html Css Color HEX #95B6EA Perano

📋 copy color: '#95B6EA'

red 149 ◦ green 182 ◦ blue 234

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

Shades of Perano #95B6EA

Tints of Perano #95B6EA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.21%

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

R = 26.37%
G = 32.21%
B = 41.42%

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

#95B6EA (or 0x95B6EA) is known color: Perano. HEX triplet: 95, B6 and EA. RGB value is (149,182,234). Sum of RGB (Red+Green+Blue) = 149+182+234=565 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.37% from 565); Green value is 182 (71.48% from 255 or 32.21% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #95B6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95B6EA is #6A4915. Grayscale: #B1B1B1. Windows color (decimal): -6965526 or 15382165. OLE color: 15382165.

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

Color convert

RGB 149 182 234 -
CMYK 0.36 0.22 0 0.08
HSL 216.71º 0.67% 0.75% -
HSV(B) 216.71º 0.36% 0.92% -
XYZ 43.97 45.79 84.36 -
YUV 178.06 159.57 107.27 -
System Red Green Blue C M Y K H S L
Decimal 149 182 234 0.36 0.22 0 0.08 216.71 0.67 0.75
Hex 95 B6 EA 24 16 0 8 D9 43 4B
Octal 225 266 352 44 26 0 10 331 103 113
Binary 10010101 10110110 11101010 100100 10110 0 1000 11011001 1000011 1001011

Color Harmonies of #95B6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B6EA

Black with #95B6EA

Text Example


Text Example

White with #95B6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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