Html Css Color HEX #95ACF7 Perano

📋 copy color: '#95ACF7'

red 149 ◦ green 172 ◦ blue 247

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

Shades of Perano #95ACF7

Tints of Perano #95ACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.49%

R = 26.23%
G = 30.28%
B = 43.49%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#95ACF7 (or 0x95ACF7) is known color: Perano. HEX triplet: 95, AC and F7. RGB value is (149,172,247). Sum of RGB (Red+Green+Blue) = 149+172+247=568 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.23% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #95ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ACF7 is #6A5308. Grayscale: #ADADAD. Windows color (decimal): -6968073 or 16231573. OLE color: 16231573.

HSL color Cylindrical-coordinate representation of color #95ACF7: hue angle of 225.92º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95ACF7 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 149 172 247 -
CMYK 0.40 0.30 0 0.03
HSL 225.92º 0.86% 0.78% -
HSV(B) 225.92º 0.4% 0.97% -
XYZ 43.94 42.61 93.9 -
YUV 173.67 169.38 110.4 -
System Red Green Blue C M Y K H S L
Decimal 149 172 247 0.40 0.30 0 0.03 225.92 0.86 0.78
Hex 95 AC F7 28 1E 0 3 E2 56 4E
Octal 225 254 367 50 36 0 3 342 126 116
Binary 10010101 10101100 11110111 101000 11110 0 11 11100010 1010110 1001110

Color Harmonies of #95ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ACF7

Black with #95ACF7

Text Example


Text Example

White with #95ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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