Html Css Color HEX #95ADF1 Perano

📋 copy color: '#95ADF1'

red 149 ◦ green 173 ◦ blue 241

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

Shades of Perano #95ADF1

Tints of Perano #95ADF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.81%

R = 26.47%
G = 30.73%
B = 42.81%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#95ADF1 (or 0x95ADF1) is known color: Perano. HEX triplet: 95, AD and F1. RGB value is (149,173,241). Sum of RGB (Red+Green+Blue) = 149+173+241=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #95ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ADF1 is #6A520E. Grayscale: #ADADAD. Windows color (decimal): -6967823 or 15838613. OLE color: 15838613.

HSL color Cylindrical-coordinate representation of color #95ADF1: hue angle of 224.35º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95ADF1 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 173 241 -
CMYK 0.38 0.28 0 0.05
HSL 224.35º 0.77% 0.76% -
HSV(B) 224.35º 0.38% 0.95% -
XYZ 43.22 42.63 89.17 -
YUV 173.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 149 173 241 0.38 0.28 0 0.05 224.35 0.77 0.76
Hex 95 AD F1 26 1C 0 5 E0 4D 4C
Octal 225 255 361 46 34 0 5 340 115 114
Binary 10010101 10101101 11110001 100110 11100 0 101 11100000 1001101 1001100

Color Harmonies of #95ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADF1

Black with #95ADF1

Text Example


Text Example

White with #95ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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