Html Css Color HEX #AFC1EC Perano

📋 copy color: '#AFC1EC'

red 175 ◦ green 193 ◦ blue 236

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

Shades of Perano #AFC1EC

Tints of Perano #AFC1EC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.95%

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

R = 28.97%
G = 31.95%
B = 39.07%

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

#AFC1EC (or 0xAFC1EC) is known color: Perano. HEX triplet: AF, C1 and EC. RGB value is (175,193,236). Sum of RGB (Red+Green+Blue) = 175+193+236=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 193 (75.78% from 255 or 31.95% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #AFC1EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1EC is #503E13. Grayscale: #C0C0C0. Windows color (decimal): -5258772 or 15516079. OLE color: 15516079.

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

Color convert

RGB 175 193 236 -
CMYK 0.26 0.18 0 0.07
HSL 222.3º 0.62% 0.81% -
HSV(B) 222.3º 0.26% 0.93% -
XYZ 51.89 53.31 86.91 -
YUV 192.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 175 193 236 0.26 0.18 0 0.07 222.3 0.62 0.81
Hex AF C1 EC 1A 12 0 7 DE 3E 51
Octal 257 301 354 32 22 0 7 336 76 121
Binary 10101111 11000001 11101100 11010 10010 0 111 11011110 111110 1010001

Color Harmonies of #AFC1EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1EC

Black with #AFC1EC

Text Example


Text Example

White with #AFC1EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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