Html Css Color HEX #AFC0E8 Perano

📋 copy color: '#AFC0E8'

red 175 ◦ green 192 ◦ blue 232

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

Shades of Perano #AFC0E8

Tints of Perano #AFC0E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.73%

R = 29.22%
G = 32.05%
B = 38.73%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AFC0E8 (or 0xAFC0E8) is known color: Perano. HEX triplet: AF, C0 and E8. RGB value is (175,192,232). Sum of RGB (Red+Green+Blue) = 175+192+232=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 192 (75.39% from 255 or 32.05% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #AFC0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFC0E8 is #503F17. Grayscale: #BFBFBF. Windows color (decimal): -5259032 or 15253679. OLE color: 15253679.

HSL color Cylindrical-coordinate representation of color #AFC0E8: hue angle of 222.11º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFC0E8 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 192 232 -
CMYK 0.25 0.17 0 0.09
HSL 222.11º 0.55% 0.8% -
HSV(B) 222.11º 0.25% 0.91% -
XYZ 51.09 52.64 83.81 -
YUV 191.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 175 192 232 0.25 0.17 0 0.09 222.11 0.55 0.8
Hex AF C0 E8 19 11 0 9 DE 37 50
Octal 257 300 350 31 21 0 11 336 67 120
Binary 10101111 11000000 11101000 11001 10001 0 1001 11011110 110111 1010000

Color Harmonies of #AFC0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0E8

Black with #AFC0E8

Text Example


Text Example

White with #AFC0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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