Html Css Color HEX #AFC0EF Perano

📋 copy color: '#AFC0EF'

red 175 ◦ green 192 ◦ blue 239

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

Shades of Perano #AFC0EF

Tints of Perano #AFC0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.44%

R = 28.88%
G = 31.68%
B = 39.44%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AFC0EF (or 0xAFC0EF) is known color: Perano. HEX triplet: AF, C0 and EF. RGB value is (175,192,239). Sum of RGB (Red+Green+Blue) = 175+192+239=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #AFC0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0EF is #503F10. Grayscale: #C0C0C0. Windows color (decimal): -5259025 or 15712431. OLE color: 15712431.

HSL color Cylindrical-coordinate representation of color #AFC0EF: hue angle of 224.06º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFC0EF is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 192 239 -
CMYK 0.27 0.20 0 0.06
HSL 224.06º 0.67% 0.81% -
HSV(B) 224.06º 0.27% 0.94% -
XYZ 52.11 53.05 89.15 -
YUV 192.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 175 192 239 0.27 0.20 0 0.06 224.06 0.67 0.81
Hex AF C0 EF 1B 14 0 6 E0 43 51
Octal 257 300 357 33 24 0 6 340 103 121
Binary 10101111 11000000 11101111 11011 10100 0 110 11100000 1000011 1010001

Color Harmonies of #AFC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0EF

Black with #AFC0EF

Text Example


Text Example

White with #AFC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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