Html Css Color HEX #AFC1F8 Perano

📋 copy color: '#AFC1F8'

red 175 ◦ green 193 ◦ blue 248

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

Shades of Perano #AFC1F8

Tints of Perano #AFC1F8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.33%

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

R = 28.41%
G = 31.33%
B = 40.26%

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

#AFC1F8 (or 0xAFC1F8) is known color: Perano. HEX triplet: AF, C1 and F8. RGB value is (175,193,248). Sum of RGB (Red+Green+Blue) = 175+193+248=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 193 (75.78% from 255 or 31.33% from 616); Blue value is 248 (97.27% from 255 or 40.26% from 616); Max value from RGB is 248 - color contains mainly: blue. Hex color #AFC1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1F8 is #503E07. Grayscale: #C1C1C1. Windows color (decimal): -5258760 or 16302511. OLE color: 16302511.

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

Color convert

RGB 175 193 248 -
CMYK 0.29 0.22 0 0.03
HSL 225.21º 0.84% 0.83% -
HSV(B) 225.21º 0.29% 0.97% -
XYZ 53.69 54.03 96.41 -
YUV 193.89 158.54 114.53 -
System Red Green Blue C M Y K H S L
Decimal 175 193 248 0.29 0.22 0 0.03 225.21 0.84 0.83
Hex AF C1 F8 1D 16 0 3 E1 54 53
Octal 257 301 370 35 26 0 3 341 124 123
Binary 10101111 11000001 11111000 11101 10110 0 11 11100001 1010100 1010011

Color Harmonies of #AFC1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1F8

Black with #AFC1F8

Text Example


Text Example

White with #AFC1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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