Html Css Color HEX #AFC2F2 Perano

📋 copy color: '#AFC2F2'

red 175 ◦ green 194 ◦ blue 242

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

Shades of Perano #AFC2F2

Tints of Perano #AFC2F2

RGB

 RED value IS 175 (68.75% from 255) = 28.64%

 GREEN value IS 194 (76.17% from 255) = 31.75%

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

R = 28.64%
G = 31.75%
B = 39.61%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFC2F2 (or 0xAFC2F2) is known color: Perano. HEX triplet: AF, C2 and F2. RGB value is (175,194,242). Sum of RGB (Red+Green+Blue) = 175+194+242=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 242 (94.92% from 255 or 39.61% from 611); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFC2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2F2 is #503D0D. Grayscale: #C1C1C1. Windows color (decimal): -5258510 or 15909551. OLE color: 15909551.

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

Color convert

RGB 175 194 242 -
CMYK 0.28 0.20 0 0.05
HSL 222.99º 0.72% 0.82% -
HSV(B) 222.99º 0.28% 0.95% -
XYZ 53 54.11 91.66 -
YUV 193.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 175 194 242 0.28 0.20 0 0.05 222.99 0.72 0.82
Hex AF C2 F2 1C 14 0 5 DF 48 52
Octal 257 302 362 34 24 0 5 337 110 122
Binary 10101111 11000010 11110010 11100 10100 0 101 11011111 1001000 1010010

Color Harmonies of #AFC2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2F2

Black with #AFC2F2

Text Example


Text Example

White with #AFC2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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