Html Css Color HEX #AFC0F7 Perano

📋 copy color: '#AFC0F7'

red 175 ◦ green 192 ◦ blue 247

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

Shades of Perano #AFC0F7

Tints of Perano #AFC0F7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.27%

 BLUE value IS 247 (96.88% from 255) = 40.23%

R = 28.5%
G = 31.27%
B = 40.23%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFC0F7 (or 0xAFC0F7) is known color: Perano. HEX triplet: AF, C0 and F7. RGB value is (175,192,247). Sum of RGB (Red+Green+Blue) = 175+192+247=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFC0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0F7 is #503F08. Grayscale: #C0C0C0. Windows color (decimal): -5259017 or 16236719. OLE color: 16236719.

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

Color convert

RGB 175 192 247 -
CMYK 0.29 0.22 0 0.03
HSL 225.83º 0.82% 0.83% -
HSV(B) 225.83º 0.29% 0.97% -
XYZ 53.32 53.53 95.52 -
YUV 193.19 158.37 115.03 -
System Red Green Blue C M Y K H S L
Decimal 175 192 247 0.29 0.22 0 0.03 225.83 0.82 0.83
Hex AF C0 F7 1D 16 0 3 E2 52 53
Octal 257 300 367 35 26 0 3 342 122 123
Binary 10101111 11000000 11110111 11101 10110 0 11 11100010 1010010 1010011

Color Harmonies of #AFC0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0F7

Black with #AFC0F7

Text Example


Text Example

White with #AFC0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0F7; }

 p { color: rgb(175,192,247); }

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

background-color css

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

 a { background-color: rgb(175,192,247); }

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

border-color css

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

 span { border-color: rgb(175,192,247); }

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