Html Css Color HEX #AFC1F2 Perano

📋 copy color: '#AFC1F2'

red 175 ◦ green 193 ◦ blue 242

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

Shades of Perano #AFC1F2

Tints of Perano #AFC1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.67%

R = 28.69%
G = 31.64%
B = 39.67%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFC1F2 (or 0xAFC1F2) is known color: Perano. HEX triplet: AF, C1 and F2. RGB value is (175,193,242). Sum of RGB (Red+Green+Blue) = 175+193+242=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFC1F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1F2 is #503E0D. Grayscale: #C0C0C0. Windows color (decimal): -5258766 or 15909295. OLE color: 15909295.

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

Color convert

RGB 175 193 242 -
CMYK 0.28 0.20 0 0.05
HSL 223.88º 0.72% 0.82% -
HSV(B) 223.88º 0.28% 0.95% -
XYZ 52.78 53.66 91.58 -
YUV 193.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 175 193 242 0.28 0.20 0 0.05 223.88 0.72 0.82
Hex AF C1 F2 1C 14 0 5 E0 48 52
Octal 257 301 362 34 24 0 5 340 110 122
Binary 10101111 11000001 11110010 11100 10100 0 101 11100000 1001000 1010010

Color Harmonies of #AFC1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1F2

Black with #AFC1F2

Text Example


Text Example

White with #AFC1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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