Html Css Color HEX #AFC2FB Perano

📋 copy color: '#AFC2FB'

red 175 ◦ green 194 ◦ blue 251

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

Shades of Perano #AFC2FB

Tints of Perano #AFC2FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.48%

R = 28.23%
G = 31.29%
B = 40.48%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AFC2FB (or 0xAFC2FB) is known color: Perano. HEX triplet: AF, C2 and FB. RGB value is (175,194,251). Sum of RGB (Red+Green+Blue) = 175+194+251=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFC2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC2FB is #503D04. Grayscale: #C2C2C2. Windows color (decimal): -5258501 or 16499375. OLE color: 16499375.

HSL color Cylindrical-coordinate representation of color #AFC2FB: hue angle of 225º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFC2FB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 194 251 -
CMYK 0.30 0.23 0 0.02
HSL 225º 0.9% 0.84% -
HSV(B) 225º 0.3% 0.98% -
XYZ 54.38 54.66 98.95 -
YUV 194.82 159.71 113.87 -
System Red Green Blue C M Y K H S L
Decimal 175 194 251 0.30 0.23 0 0.02 225 0.9 0.84
Hex AF C2 FB 1E 17 0 2 E1 5A 54
Octal 257 302 373 36 27 0 2 341 132 124
Binary 10101111 11000010 11111011 11110 10111 0 10 11100001 1011010 1010100

Color Harmonies of #AFC2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2FB

Black with #AFC2FB

Text Example


Text Example

White with #AFC2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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