Html Css Color HEX #95ACF2 Perano

📋 copy color: '#95ACF2'

red 149 ◦ green 172 ◦ blue 242

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

Shades of Perano #95ACF2

Tints of Perano #95ACF2

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.55%

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

R = 26.47%
G = 30.55%
B = 42.98%

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

#95ACF2 (or 0x95ACF2) is known color: Perano. HEX triplet: 95, AC and F2. RGB value is (149,172,242). Sum of RGB (Red+Green+Blue) = 149+172+242=563 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.47% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #95ACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ACF2 is #6A530D. Grayscale: #ACACAC. Windows color (decimal): -6968078 or 15903893. OLE color: 15903893.

HSL color Cylindrical-coordinate representation of color #95ACF2: hue angle of 225.16º 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 #95ACF2 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 172 242 -
CMYK 0.38 0.29 0 0.05
HSL 225.16º 0.78% 0.77% -
HSV(B) 225.16º 0.38% 0.95% -
XYZ 43.17 42.31 89.89 -
YUV 173.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 149 172 242 0.38 0.29 0 0.05 225.16 0.78 0.77
Hex 95 AC F2 26 1D 0 5 E1 4E 4D
Octal 225 254 362 46 35 0 5 341 116 115
Binary 10010101 10101100 11110010 100110 11101 0 101 11100001 1001110 1001101

Color Harmonies of #95ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ACF2

Black with #95ACF2

Text Example


Text Example

White with #95ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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