Html Css Color HEX #AFC1F9 Perano

📋 copy color: '#AFC1F9'

red 175 ◦ green 193 ◦ blue 249

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

Shades of Perano #AFC1F9

Tints of Perano #AFC1F9

RGB

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

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

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

R = 28.36%
G = 31.28%
B = 40.36%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFC1F9 (or 0xAFC1F9) is known color: Perano. HEX triplet: AF, C1 and F9. RGB value is (175,193,249). Sum of RGB (Red+Green+Blue) = 175+193+249=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #AFC1F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1F9 is #503E06. Grayscale: #C1C1C1. Windows color (decimal): -5258759 or 16368047. OLE color: 16368047.

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

Color convert

RGB 175 193 249 -
CMYK 0.30 0.22 0 0.02
HSL 225.41º 0.86% 0.83% -
HSV(B) 225.41º 0.3% 0.98% -
XYZ 53.85 54.09 97.23 -
YUV 194 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 175 193 249 0.30 0.22 0 0.02 225.41 0.86 0.83
Hex AF C1 F9 1E 16 0 2 E1 56 53
Octal 257 301 371 36 26 0 2 341 126 123
Binary 10101111 11000001 11111001 11110 10110 0 10 11100001 1010110 1010011

Color Harmonies of #AFC1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1F9

Black with #AFC1F9

Text Example


Text Example

White with #AFC1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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