Html Css Color HEX #AFC0EE Perano

📋 copy color: '#AFC0EE'

red 175 ◦ green 192 ◦ blue 238

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

Shades of Perano #AFC0EE

Tints of Perano #AFC0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.34%

R = 28.93%
G = 31.74%
B = 39.34%

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

#AFC0EE (or 0xAFC0EE) is known color: Perano. HEX triplet: AF, C0 and EE. RGB value is (175,192,238). Sum of RGB (Red+Green+Blue) = 175+192+238=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 238 (93.36% from 255 or 39.34% from 605); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFC0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0EE is #503F11. Grayscale: #BFBFBF. Windows color (decimal): -5259026 or 15646895. OLE color: 15646895.

HSL color Cylindrical-coordinate representation of color #AFC0EE: hue angle of 223.81º degrees, saturation: 0.65, 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 #AFC0EE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 192 238 -
CMYK 0.26 0.19 0 0.07
HSL 223.81º 0.65% 0.81% -
HSV(B) 223.81º 0.26% 0.93% -
XYZ 51.96 52.99 88.38 -
YUV 192.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 175 192 238 0.26 0.19 0 0.07 223.81 0.65 0.81
Hex AF C0 EE 1A 13 0 7 E0 41 51
Octal 257 300 356 32 23 0 7 340 101 121
Binary 10101111 11000000 11101110 11010 10011 0 111 11100000 1000001 1010001

Color Harmonies of #AFC0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0EE

Black with #AFC0EE

Text Example


Text Example

White with #AFC0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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