Html Css Color HEX #AFC2EC Perano

📋 copy color: '#AFC2EC'

red 175 ◦ green 194 ◦ blue 236

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

Shades of Perano #AFC2EC

Tints of Perano #AFC2EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 28.93%
G = 32.07%
B = 39.01%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFC2EC (or 0xAFC2EC) is known color: Perano. HEX triplet: AF, C2 and EC. RGB value is (175,194,236). Sum of RGB (Red+Green+Blue) = 175+194+236=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC2EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2EC is #503D13. Grayscale: #C0C0C0. Windows color (decimal): -5258516 or 15516335. OLE color: 15516335.

HSL color Cylindrical-coordinate representation of color #AFC2EC: hue angle of 221.31º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC2EC is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 194 236 -
CMYK 0.26 0.18 0 0.07
HSL 221.31º 0.62% 0.81% -
HSV(B) 221.31º 0.26% 0.93% -
XYZ 52.11 53.75 86.99 -
YUV 193.11 152.21 115.08 -
System Red Green Blue C M Y K H S L
Decimal 175 194 236 0.26 0.18 0 0.07 221.31 0.62 0.81
Hex AF C2 EC 1A 12 0 7 DD 3E 51
Octal 257 302 354 32 22 0 7 335 76 121
Binary 10101111 11000010 11101100 11010 10010 0 111 11011101 111110 1010001

Color Harmonies of #AFC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2EC

Black with #AFC2EC

Text Example


Text Example

White with #AFC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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