Html Css Color HEX #AFC0EC Perano

📋 copy color: '#AFC0EC'

red 175 ◦ green 192 ◦ blue 236

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

Shades of Perano #AFC0EC

Tints of Perano #AFC0EC

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.84%

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

R = 29.02%
G = 31.84%
B = 39.14%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFC0EC (or 0xAFC0EC) is known color: Perano. HEX triplet: AF, C0 and EC. RGB value is (175,192,236). Sum of RGB (Red+Green+Blue) = 175+192+236=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 192 (75.39% from 255 or 31.84% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC0EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0EC is #503F13. Grayscale: #BFBFBF. Windows color (decimal): -5259028 or 15515823. OLE color: 15515823.

HSL color Cylindrical-coordinate representation of color #AFC0EC: hue angle of 223.28º 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 #AFC0EC is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 192 236 -
CMYK 0.26 0.19 0 0.07
HSL 223.28º 0.62% 0.81% -
HSV(B) 223.28º 0.26% 0.93% -
XYZ 51.67 52.87 86.84 -
YUV 191.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 175 192 236 0.26 0.19 0 0.07 223.28 0.62 0.81
Hex AF C0 EC 1A 13 0 7 DF 3E 51
Octal 257 300 354 32 23 0 7 337 76 121
Binary 10101111 11000000 11101100 11010 10011 0 111 11011111 111110 1010001

Color Harmonies of #AFC0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0EC

Black with #AFC0EC

Text Example


Text Example

White with #AFC0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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