Html Css Color HEX #AFC2F5 Perano

📋 copy color: '#AFC2F5'

red 175 ◦ green 194 ◦ blue 245

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

Shades of Perano #AFC2F5

Tints of Perano #AFC2F5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.6%

 BLUE value IS 245 (96.09% from 255) = 39.9%

R = 28.5%
G = 31.6%
B = 39.9%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AFC2F5 (or 0xAFC2F5) is known color: Perano. HEX triplet: AF, C2 and F5. RGB value is (175,194,245). Sum of RGB (Red+Green+Blue) = 175+194+245=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 245 (96.09% from 255 or 39.90% from 614); Max value from RGB is 245 - color contains mainly: blue. Hex color #AFC2F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2F5 is #503D0A. Grayscale: #C1C1C1. Windows color (decimal): -5258507 or 16106159. OLE color: 16106159.

HSL color Cylindrical-coordinate representation of color #AFC2F5: hue angle of 223.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFC2F5 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 194 245 -
CMYK 0.29 0.21 0 0.04
HSL 223.71º 0.78% 0.82% -
HSV(B) 223.71º 0.29% 0.96% -
XYZ 53.45 54.29 94.05 -
YUV 194.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 175 194 245 0.29 0.21 0 0.04 223.71 0.78 0.82
Hex AF C2 F5 1D 15 0 4 E0 4E 52
Octal 257 302 365 35 25 0 4 340 116 122
Binary 10101111 11000010 11110101 11101 10101 0 100 11100000 1001110 1010010

Color Harmonies of #AFC2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2F5

Black with #AFC2F5

Text Example


Text Example

White with #AFC2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2F5; }

 p { color: rgb(175,194,245); }

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

background-color css

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

 a { background-color: rgb(175,194,245); }

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

border-color css

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

 span { border-color: rgb(175,194,245); }

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