Html Css Color HEX #95ADE6 Perano

📋 copy color: '#95ADE6'

red 149 ◦ green 173 ◦ blue 230

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

Shades of Perano #95ADE6

Tints of Perano #95ADE6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.34%

 BLUE value IS 230 (90.23% from 255) = 41.67%

R = 26.99%
G = 31.34%
B = 41.67%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#95ADE6 (or 0x95ADE6) is known color: Perano. HEX triplet: 95, AD and E6. RGB value is (149,173,230). Sum of RGB (Red+Green+Blue) = 149+173+230=552 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.99% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #95ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ADE6 is #6A5219. Grayscale: #ACACAC. Windows color (decimal): -6967834 or 15117717. OLE color: 15117717.

HSL color Cylindrical-coordinate representation of color #95ADE6: hue angle of 222.22º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95ADE6 is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 149 173 230 -
CMYK 0.35 0.25 0 0.10
HSL 222.22º 0.62% 0.74% -
HSV(B) 222.22º 0.35% 0.9% -
XYZ 41.62 41.99 80.77 -
YUV 172.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 149 173 230 0.35 0.25 0 0.10 222.22 0.62 0.74
Hex 95 AD E6 23 19 0 A DE 3E 4A
Octal 225 255 346 43 31 0 12 336 76 112
Binary 10010101 10101101 11100110 100011 11001 0 1010 11011110 111110 1001010

Color Harmonies of #95ADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADE6

Black with #95ADE6

Text Example


Text Example

White with #95ADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,173,230); }

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

background-color css

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

 a { background-color: rgb(149,173,230); }

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

border-color css

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

 span { border-color: rgb(149,173,230); }

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