Html Css Color HEX #99AFF2 Perano

📋 copy color: '#99AFF2'

red 153 ◦ green 175 ◦ blue 242

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

Shades of Perano #99AFF2

Tints of Perano #99AFF2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.7%

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

R = 26.84%
G = 30.7%
B = 42.46%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#99AFF2 (or 0x99AFF2) is known color: Perano. HEX triplet: 99, AF and F2. RGB value is (153,175,242). Sum of RGB (Red+Green+Blue) = 153+175+242=570 (75% of max value = 765). Red value is 153 (60.16% from 255 or 26.84% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #99AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #99AFF2 is #66500D. Grayscale: #AFAFAF. Windows color (decimal): -6705166 or 15904665. OLE color: 15904665.

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

Color convert

RGB 153 175 242 -
CMYK 0.37 0.28 0 0.05
HSL 225.17º 0.77% 0.77% -
HSV(B) 225.17º 0.37% 0.95% -
XYZ 44.49 43.84 90.12 -
YUV 176.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 153 175 242 0.37 0.28 0 0.05 225.17 0.77 0.77
Hex 99 AF F2 25 1C 0 5 E1 4D 4D
Octal 231 257 362 45 34 0 5 341 115 115
Binary 10011001 10101111 11110010 100101 11100 0 101 11100001 1001101 1001101

Color Harmonies of #99AFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AFF2

Black with #99AFF2

Text Example


Text Example

White with #99AFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,175,242); }

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

background-color css

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

 a { background-color: rgb(153,175,242); }

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

border-color css

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

 span { border-color: rgb(153,175,242); }

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