Html Css Color HEX #AFC1EB Perano

📋 copy color: '#AFC1EB'

red 175 ◦ green 193 ◦ blue 235

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

Shades of Perano #AFC1EB

Tints of Perano #AFC1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.97%

R = 29.02%
G = 32.01%
B = 38.97%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AFC1EB (or 0xAFC1EB) is known color: Perano. HEX triplet: AF, C1 and EB. RGB value is (175,193,235). Sum of RGB (Red+Green+Blue) = 175+193+235=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 235 (92.19% from 255 or 38.97% from 603); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC1EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC1EB is #503E14. Grayscale: #C0C0C0. Windows color (decimal): -5258773 or 15450543. OLE color: 15450543.

HSL color Cylindrical-coordinate representation of color #AFC1EB: hue angle of 222º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC1EB is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 193 235 -
CMYK 0.26 0.18 0 0.08
HSL 222º 0.6% 0.8% -
HSV(B) 222º 0.26% 0.92% -
XYZ 51.74 53.25 86.15 -
YUV 192.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 175 193 235 0.26 0.18 0 0.08 222 0.6 0.8
Hex AF C1 EB 1A 12 0 8 DE 3C 50
Octal 257 301 353 32 22 0 10 336 74 120
Binary 10101111 11000001 11101011 11010 10010 0 1000 11011110 111100 1010000

Color Harmonies of #AFC1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1EB

Black with #AFC1EB

Text Example


Text Example

White with #AFC1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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