Html Css Color HEX #AFBCCC Spindle

📋 copy color: '#AFBCCC'

red 175 ◦ green 188 ◦ blue 204

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

Shades of Spindle #AFBCCC

Tints of Spindle #AFBCCC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.16%

 BLUE value IS 204 (80.08% from 255) = 35.98%

R = 30.86%
G = 33.16%
B = 35.98%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AFBCCC (or 0xAFBCCC) is known color: Spindle. HEX triplet: AF, BC and CC. RGB value is (175,188,204). Sum of RGB (Red+Green+Blue) = 175+188+204=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFBCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCCC is #504333. Grayscale: #B9B9B9. Windows color (decimal): -5260084 or 13417647. OLE color: 13417647.

HSL color Cylindrical-coordinate representation of color #AFBCCC: hue angle of 213.1º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFBCCC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 188 204 -
CMYK 0.14 0.08 0 0.2
HSL 213.1º 0.22% 0.74% -
HSV(B) 213.1º 0.14% 0.8% -
XYZ 46.56 49.44 64.22 -
YUV 185.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 175 188 204 0.14 0.08 0 0.2 213.1 0.22 0.74
Hex AF BC CC E 8 0 14 D5 16 4A
Octal 257 274 314 16 10 0 24 325 26 112
Binary 10101111 10111100 11001100 1110 1000 0 10100 11010101 10110 1001010

Color Harmonies of #AFBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCCC

Black with #AFBCCC

Text Example


Text Example

White with #AFBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCCC; }

 p { color: rgb(175,188,204); }

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

background-color css

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

 a { background-color: rgb(175,188,204); }

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

border-color css

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

 span { border-color: rgb(175,188,204); }

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