Html Css Color HEX #AFC0F6 Perano

📋 copy color: '#AFC0F6'

red 175 ◦ green 192 ◦ blue 246

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

Shades of Perano #AFC0F6

Tints of Perano #AFC0F6

RGB

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

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

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

R = 28.55%
G = 31.32%
B = 40.13%

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

#AFC0F6 (or 0xAFC0F6) is known color: Perano. HEX triplet: AF, C0 and F6. RGB value is (175,192,246). Sum of RGB (Red+Green+Blue) = 175+192+246=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 246 (96.48% from 255 or 40.13% from 613); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFC0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0F6 is #503F09. Grayscale: #C0C0C0. Windows color (decimal): -5259018 or 16171183. OLE color: 16171183.

HSL color Cylindrical-coordinate representation of color #AFC0F6: hue angle of 225.63º 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 #AFC0F6 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 192 246 -
CMYK 0.29 0.22 0 0.04
HSL 225.63º 0.8% 0.83% -
HSV(B) 225.63º 0.29% 0.96% -
XYZ 53.16 53.47 94.71 -
YUV 193.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 175 192 246 0.29 0.22 0 0.04 225.63 0.8 0.83
Hex AF C0 F6 1D 16 0 4 E2 50 53
Octal 257 300 366 35 26 0 4 342 120 123
Binary 10101111 11000000 11110110 11101 10110 0 100 11100010 1010000 1010011

Color Harmonies of #AFC0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0F6

Black with #AFC0F6

Text Example


Text Example

White with #AFC0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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