Html Css Color HEX #AFC3CE Heather

📋 copy color: '#AFC3CE'

red 175 ◦ green 195 ◦ blue 206

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

Shades of Heather #AFC3CE

Tints of Heather #AFC3CE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.85%

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 30.38%
G = 33.85%
B = 35.76%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFC3CE (or 0xAFC3CE) is known color: Heather. HEX triplet: AF, C3 and CE. RGB value is (175,195,206). Sum of RGB (Red+Green+Blue) = 175+195+206=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #AFC3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3CE is #503C31. Grayscale: #BEBEBE. Windows color (decimal): -5258290 or 13550511. OLE color: 13550511.

HSL color Cylindrical-coordinate representation of color #AFC3CE: hue angle of 201.29º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFC3CE is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 195 206 -
CMYK 0.15 0.05 0 0.19
HSL 201.29º 0.24% 0.75% -
HSV(B) 201.29º 0.15% 0.81% -
XYZ 48.33 52.6 66 -
YUV 190.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 175 195 206 0.15 0.05 0 0.19 201.29 0.24 0.75
Hex AF C3 CE F 5 0 13 C9 18 4B
Octal 257 303 316 17 5 0 23 311 30 113
Binary 10101111 11000011 11001110 1111 101 0 10011 11001001 11000 1001011

Color Harmonies of #AFC3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3CE

Black with #AFC3CE

Text Example


Text Example

White with #AFC3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3CE; }

 p { color: rgb(175,195,206); }

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

background-color css

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

 a { background-color: rgb(175,195,206); }

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

border-color css

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

 span { border-color: rgb(175,195,206); }

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