Html Css Color HEX #AFC1EF Perano

📋 copy color: '#AFC1EF'

red 175 ◦ green 193 ◦ blue 239

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

Shades of Perano #AFC1EF

Tints of Perano #AFC1EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.37%

R = 28.83%
G = 31.8%
B = 39.37%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFC1EF (or 0xAFC1EF) is known color: Perano. HEX triplet: AF, C1 and EF. RGB value is (175,193,239). Sum of RGB (Red+Green+Blue) = 175+193+239=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1EF is #503E10. Grayscale: #C0C0C0. Windows color (decimal): -5258769 or 15712687. OLE color: 15712687.

HSL color Cylindrical-coordinate representation of color #AFC1EF: hue angle of 223.12º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC1EF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 193 239 -
CMYK 0.27 0.19 0 0.06
HSL 223.13º 0.67% 0.81% -
HSV(B) 223.13º 0.27% 0.94% -
XYZ 52.33 53.49 89.23 -
YUV 192.86 154.04 115.26 -
System Red Green Blue C M Y K H S L
Decimal 175 193 239 0.27 0.19 0 0.06 223.13 0.67 0.81
Hex AF C1 EF 1B 13 0 6 DF 43 51
Octal 257 301 357 33 23 0 6 337 103 121
Binary 10101111 11000001 11101111 11011 10011 0 110 11011111 1000011 1010001

Color Harmonies of #AFC1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1EF

Black with #AFC1EF

Text Example


Text Example

White with #AFC1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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