Html Css Color HEX #AFC3F8 Perano

📋 copy color: '#AFC3F8'

red 175 ◦ green 195 ◦ blue 248

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

Shades of Perano #AFC3F8

Tints of Perano #AFC3F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.13%

R = 28.32%
G = 31.55%
B = 40.13%

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

#AFC3F8 (or 0xAFC3F8) is known color: Perano. HEX triplet: AF, C3 and F8. RGB value is (175,195,248). Sum of RGB (Red+Green+Blue) = 175+195+248=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC3F8 is #503C07. Grayscale: #C2C2C2. Windows color (decimal): -5258248 or 16303023. OLE color: 16303023.

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

Color convert

RGB 175 195 248 -
CMYK 0.29 0.21 0 0.03
HSL 223.56º 0.84% 0.83% -
HSV(B) 223.56º 0.29% 0.97% -
XYZ 54.14 54.92 96.55 -
YUV 195.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 175 195 248 0.29 0.21 0 0.03 223.56 0.84 0.83
Hex AF C3 F8 1D 15 0 3 E0 54 53
Octal 257 303 370 35 25 0 3 340 124 123
Binary 10101111 11000011 11111000 11101 10101 0 11 11100000 1010100 1010011

Color Harmonies of #AFC3F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3F8

Black with #AFC3F8

Text Example


Text Example

White with #AFC3F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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