Html Css Color HEX #AFC3F7 Perano

📋 copy color: '#AFC3F7'

red 175 ◦ green 195 ◦ blue 247

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

Shades of Perano #AFC3F7

Tints of Perano #AFC3F7

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.6%

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

R = 28.36%
G = 31.6%
B = 40.03%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AFC3F7 (or 0xAFC3F7) is known color: Perano. HEX triplet: AF, C3 and F7. RGB value is (175,195,247). Sum of RGB (Red+Green+Blue) = 175+195+247=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 247 (96.88% from 255 or 40.03% from 617); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFC3F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3F7 is #503C08. Grayscale: #C2C2C2. Windows color (decimal): -5258249 or 16237487. OLE color: 16237487.

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

Color convert

RGB 175 195 247 -
CMYK 0.29 0.21 0 0.03
HSL 223.33º 0.82% 0.83% -
HSV(B) 223.33º 0.29% 0.97% -
XYZ 53.98 54.86 95.74 -
YUV 194.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 175 195 247 0.29 0.21 0 0.03 223.33 0.82 0.83
Hex AF C3 F7 1D 15 0 3 DF 52 53
Octal 257 303 367 35 25 0 3 337 122 123
Binary 10101111 11000011 11110111 11101 10101 0 11 11011111 1010010 1010011

Color Harmonies of #AFC3F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3F7

Black with #AFC3F7

Text Example


Text Example

White with #AFC3F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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