Html Css Color HEX #95ADF2 Perano

📋 copy color: '#95ADF2'

red 149 ◦ green 173 ◦ blue 242

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

Shades of Perano #95ADF2

Tints of Perano #95ADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.91%

R = 26.42%
G = 30.67%
B = 42.91%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#95ADF2 (or 0x95ADF2) is known color: Perano. HEX triplet: 95, AD and F2. RGB value is (149,173,242). Sum of RGB (Red+Green+Blue) = 149+173+242=564 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.42% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #95ADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ADF2 is #6A520D. Grayscale: #ADADAD. Windows color (decimal): -6967822 or 15904149. OLE color: 15904149.

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

Color convert

RGB 149 173 242 -
CMYK 0.38 0.29 0 0.05
HSL 224.52º 0.78% 0.77% -
HSV(B) 224.52º 0.38% 0.95% -
XYZ 43.37 42.69 89.96 -
YUV 173.69 166.55 110.39 -
System Red Green Blue C M Y K H S L
Decimal 149 173 242 0.38 0.29 0 0.05 224.52 0.78 0.77
Hex 95 AD F2 26 1D 0 5 E1 4E 4D
Octal 225 255 362 46 35 0 5 341 116 115
Binary 10010101 10101101 11110010 100110 11101 0 101 11100001 1001110 1001101

Color Harmonies of #95ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ADF2

Black with #95ADF2

Text Example


Text Example

White with #95ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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