Html Css Color HEX #AFC1F3 Perano

📋 copy color: '#AFC1F3'

red 175 ◦ green 193 ◦ blue 243

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

Shades of Perano #AFC1F3

Tints of Perano #AFC1F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.77%

R = 28.64%
G = 31.59%
B = 39.77%

CMYK

 C value IS 0.28

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AFC1F3 (or 0xAFC1F3) is known color: Perano. HEX triplet: AF, C1 and F3. RGB value is (175,193,243). Sum of RGB (Red+Green+Blue) = 175+193+243=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 243 (95.31% from 255 or 39.77% from 611); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFC1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1F3 is #503E0C. Grayscale: #C1C1C1. Windows color (decimal): -5258765 or 15974831. OLE color: 15974831.

HSL color Cylindrical-coordinate representation of color #AFC1F3: hue angle of 224.12º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFC1F3 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 193 243 -
CMYK 0.28 0.21 0 0.05
HSL 224.12º 0.74% 0.82% -
HSV(B) 224.12º 0.28% 0.95% -
XYZ 52.93 53.72 92.37 -
YUV 193.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 175 193 243 0.28 0.21 0 0.05 224.12 0.74 0.82
Hex AF C1 F3 1C 15 0 5 E0 4A 52
Octal 257 301 363 34 25 0 5 340 112 122
Binary 10101111 11000001 11110011 11100 10101 0 101 11100000 1001010 1010010

Color Harmonies of #AFC1F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1F3

Black with #AFC1F3

Text Example


Text Example

White with #AFC1F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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