Html Css Color HEX #AFC2F1 Perano

📋 copy color: '#AFC2F1'

red 175 ◦ green 194 ◦ blue 241

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

Shades of Perano #AFC2F1

Tints of Perano #AFC2F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.51%

R = 28.69%
G = 31.8%
B = 39.51%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFC2F1 (or 0xAFC2F1) is known color: Perano. HEX triplet: AF, C2 and F1. RGB value is (175,194,241). Sum of RGB (Red+Green+Blue) = 175+194+241=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #AFC2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2F1 is #503D0E. Grayscale: #C1C1C1. Windows color (decimal): -5258511 or 15844015. OLE color: 15844015.

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

Color convert

RGB 175 194 241 -
CMYK 0.27 0.20 0 0.05
HSL 222.73º 0.7% 0.82% -
HSV(B) 222.73º 0.27% 0.95% -
XYZ 52.85 54.05 90.87 -
YUV 193.68 154.71 114.68 -
System Red Green Blue C M Y K H S L
Decimal 175 194 241 0.27 0.20 0 0.05 222.73 0.7 0.82
Hex AF C2 F1 1B 14 0 5 DF 46 52
Octal 257 302 361 33 24 0 5 337 106 122
Binary 10101111 11000010 11110001 11011 10100 0 101 11011111 1000110 1010010

Color Harmonies of #AFC2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2F1

Black with #AFC2F1

Text Example


Text Example

White with #AFC2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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