Html Css Color HEX #AFC1F6 Perano

📋 copy color: '#AFC1F6'

red 175 ◦ green 193 ◦ blue 246

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

Shades of Perano #AFC1F6

Tints of Perano #AFC1F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.07%

R = 28.5%
G = 31.43%
B = 40.07%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFC1F6 (or 0xAFC1F6) is known color: Perano. HEX triplet: AF, C1 and F6. RGB value is (175,193,246). Sum of RGB (Red+Green+Blue) = 175+193+246=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFC1F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1F6 is #503E09. Grayscale: #C1C1C1. Windows color (decimal): -5258762 or 16171439. OLE color: 16171439.

HSL color Cylindrical-coordinate representation of color #AFC1F6: hue angle of 224.79º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC1F6 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 193 246 -
CMYK 0.29 0.22 0 0.04
HSL 224.79º 0.8% 0.83% -
HSV(B) 224.79º 0.29% 0.96% -
XYZ 53.38 53.91 94.78 -
YUV 193.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 175 193 246 0.29 0.22 0 0.04 224.79 0.8 0.83
Hex AF C1 F6 1D 16 0 4 E1 50 53
Octal 257 301 366 35 26 0 4 341 120 123
Binary 10101111 11000001 11110110 11101 10110 0 100 11100001 1010000 1010011

Color Harmonies of #AFC1F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1F6

Black with #AFC1F6

Text Example


Text Example

White with #AFC1F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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