Html Css Color HEX #AFC0F9 Perano

📋 copy color: '#AFC0F9'

red 175 ◦ green 192 ◦ blue 249

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

Shades of Perano #AFC0F9

Tints of Perano #AFC0F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.42%

R = 28.41%
G = 31.17%
B = 40.42%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFC0F9 (or 0xAFC0F9) is known color: Perano. HEX triplet: AF, C0 and F9. RGB value is (175,192,249). Sum of RGB (Red+Green+Blue) = 175+192+249=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 249 (97.66% from 255 or 40.42% from 616); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFC0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0F9 is #503F06. Grayscale: #C1C1C1. Windows color (decimal): -5259015 or 16367791. OLE color: 16367791.

HSL color Cylindrical-coordinate representation of color #AFC0F9: hue angle of 226.22º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC0F9 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 192 249 -
CMYK 0.30 0.23 0 0.02
HSL 226.22º 0.86% 0.83% -
HSV(B) 226.22º 0.3% 0.98% -
XYZ 53.63 53.65 97.15 -
YUV 193.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 175 192 249 0.30 0.23 0 0.02 226.22 0.86 0.83
Hex AF C0 F9 1E 17 0 2 E2 56 53
Octal 257 300 371 36 27 0 2 342 126 123
Binary 10101111 11000000 11111001 11110 10111 0 10 11100010 1010110 1010011

Color Harmonies of #AFC0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0F9

Black with #AFC0F9

Text Example


Text Example

White with #AFC0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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