Html Css Color HEX #AFC0EB Perano

📋 copy color: '#AFC0EB'

red 175 ◦ green 192 ◦ blue 235

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

Shades of Perano #AFC0EB

Tints of Perano #AFC0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.89%

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

R = 29.07%
G = 31.89%
B = 39.04%

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

#AFC0EB (or 0xAFC0EB) is known color: Perano. HEX triplet: AF, C0 and EB. RGB value is (175,192,235). Sum of RGB (Red+Green+Blue) = 175+192+235=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFC0EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0EB is #503F14. Grayscale: #BFBFBF. Windows color (decimal): -5259029 or 15450287. OLE color: 15450287.

HSL color Cylindrical-coordinate representation of color #AFC0EB: hue angle of 223º 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 #AFC0EB is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 192 235 -
CMYK 0.26 0.18 0 0.08
HSL 223º 0.6% 0.8% -
HSV(B) 223º 0.26% 0.92% -
XYZ 51.52 52.81 86.08 -
YUV 191.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 175 192 235 0.26 0.18 0 0.08 223 0.6 0.8
Hex AF C0 EB 1A 12 0 8 DF 3C 50
Octal 257 300 353 32 22 0 10 337 74 120
Binary 10101111 11000000 11101011 11010 10010 0 1000 11011111 111100 1010000

Color Harmonies of #AFC0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0EB

Black with #AFC0EB

Text Example


Text Example

White with #AFC0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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