Html Css Color HEX #AFC0ED Perano

📋 copy color: '#AFC0ED'

red 175 ◦ green 192 ◦ blue 237

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

Shades of Perano #AFC0ED

Tints of Perano #AFC0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.24%

R = 28.97%
G = 31.79%
B = 39.24%

CMYK

 C value IS 0.26

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AFC0ED (or 0xAFC0ED) is known color: Perano. HEX triplet: AF, C0 and ED. RGB value is (175,192,237). Sum of RGB (Red+Green+Blue) = 175+192+237=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 192 (75.39% from 255 or 31.79% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #AFC0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0ED is #503F12. Grayscale: #BFBFBF. Windows color (decimal): -5259027 or 15581359. OLE color: 15581359.

HSL color Cylindrical-coordinate representation of color #AFC0ED: hue angle of 223.55º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFC0ED is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 192 237 -
CMYK 0.26 0.19 0 0.07
HSL 223.55º 0.63% 0.81% -
HSV(B) 223.55º 0.26% 0.93% -
XYZ 51.81 52.93 87.61 -
YUV 192.05 153.37 115.84 -
System Red Green Blue C M Y K H S L
Decimal 175 192 237 0.26 0.19 0 0.07 223.55 0.63 0.81
Hex AF C0 ED 1A 13 0 7 E0 3F 51
Octal 257 300 355 32 23 0 7 340 77 121
Binary 10101111 11000000 11101101 11010 10011 0 111 11100000 111111 1010001

Color Harmonies of #AFC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0ED

Black with #AFC0ED

Text Example


Text Example

White with #AFC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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