Html Css Color HEX #AFBBCC Spindle

📋 copy color: '#AFBBCC'

red 175 ◦ green 187 ◦ blue 204

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

Shades of Spindle #AFBBCC

Tints of Spindle #AFBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.04%

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

R = 30.92%
G = 33.04%
B = 36.04%

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

#AFBBCC (or 0xAFBBCC) is known color: Spindle. HEX triplet: AF, BB and CC. RGB value is (175,187,204). Sum of RGB (Red+Green+Blue) = 175+187+204=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFBBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBCC is #504433. Grayscale: #B9B9B9. Windows color (decimal): -5260340 or 13417391. OLE color: 13417391.

HSL color Cylindrical-coordinate representation of color #AFBBCC: hue angle of 215.17º 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 #AFBBCC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 187 204 -
CMYK 0.14 0.08 0 0.2
HSL 215.17º 0.22% 0.74% -
HSV(B) 215.17º 0.14% 0.8% -
XYZ 46.35 49.01 64.14 -
YUV 185.35 138.52 120.62 -
System Red Green Blue C M Y K H S L
Decimal 175 187 204 0.14 0.08 0 0.2 215.17 0.22 0.74
Hex AF BB CC E 8 0 14 D7 16 4A
Octal 257 273 314 16 10 0 24 327 26 112
Binary 10101111 10111011 11001100 1110 1000 0 10100 11010111 10110 1001010

Color Harmonies of #AFBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBCC

Black with #AFBBCC

Text Example


Text Example

White with #AFBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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