#95ADFA

Color #95ADFA Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #95ADFA

Tints of Perano #95ADFA

Color information

#95ADFA (or 0x95ADFA) is unknown color: approx Perano. HEX triplet: 95, AD and FA. RGB value is (149,173,250). Sum of RGB (Red+Green+Blue) = 149+173+250=572 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.05% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #95ADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ADFA is #6A5205. Grayscale: #AEAEAE. Windows color (decimal): -6967814 or 16428437. OLE color: 16428437.

HSL color Cylindrical-coordinate representation of color #95ADFA: hue angle of 225.74º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95ADFA is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB149173250-
CMYK0.400.3100.02
HSL225.74º90.99%78.24%-
HSV(B)225.74º40.4%98.04%-
XYZ44.5943.1896.43-
YUV174.6170.55109.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 26.05%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=26.05%
G=30.24%
B=43.71%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1491732500.400.3100.02225.7490.9978.24
Hex95ADFA281F02e25b4e
Octal225255372503702342133116
Binary100101011010110111111010101000111110101110001010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95ADFA;
 }
 .AnyTagClassName
 {
   color: #95ADFA;
 }
</style>
background-color css

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

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

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

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

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

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