Html Css Color HEX #99ACF7 Perano

📋 copy color: '#99ACF7'

red 153 ◦ green 172 ◦ blue 247

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

Shades of Perano #99ACF7

Tints of Perano #99ACF7

RGB

 RED value IS 153 (60.16% from 255) = 26.75%

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

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

R = 26.75%
G = 30.07%
B = 43.18%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#99ACF7 (or 0x99ACF7) is known color: Perano. HEX triplet: 99, AC and F7. RGB value is (153,172,247). Sum of RGB (Red+Green+Blue) = 153+172+247=572 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.75% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 247 (96.88% from 255 or 43.18% from 572); Max value from RGB is 247 - color contains mainly: blue. Hex color #99ACF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99ACF7 is #665308. Grayscale: #AEAEAE. Windows color (decimal): -6705929 or 16231577. OLE color: 16231577.

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

Color convert

RGB 153 172 247 -
CMYK 0.38 0.30 0 0.03
HSL 227.87º 0.85% 0.78% -
HSV(B) 227.87º 0.38% 0.97% -
XYZ 44.68 42.99 93.94 -
YUV 174.87 168.71 112.4 -
System Red Green Blue C M Y K H S L
Decimal 153 172 247 0.38 0.30 0 0.03 227.87 0.85 0.78
Hex 99 AC F7 26 1E 0 3 E4 55 4E
Octal 231 254 367 46 36 0 3 344 125 116
Binary 10011001 10101100 11110111 100110 11110 0 11 11100100 1010101 1001110

Color Harmonies of #99ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ACF7

Black with #99ACF7

Text Example


Text Example

White with #99ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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