Html Css Color HEX #AFBBD3 Spindle

📋 copy color: '#AFBBD3'

red 175 ◦ green 187 ◦ blue 211

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

Shades of Spindle #AFBBD3

Tints of Spindle #AFBBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.82%

R = 30.54%
G = 32.64%
B = 36.82%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AFBBD3 (or 0xAFBBD3) is known color: Spindle. HEX triplet: AF, BB and D3. RGB value is (175,187,211). Sum of RGB (Red+Green+Blue) = 175+187+211=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 211 (82.81% from 255 or 36.82% from 573); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFBBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBD3 is #50442C. Grayscale: #BABABA. Windows color (decimal): -5260333 or 13876143. OLE color: 13876143.

HSL color Cylindrical-coordinate representation of color #AFBBD3: hue angle of 220º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFBBD3 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 187 211 -
CMYK 0.17 0.11 0 0.17
HSL 220º 0.29% 0.76% -
HSV(B) 220º 0.17% 0.83% -
XYZ 47.21 49.36 68.67 -
YUV 186.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 175 187 211 0.17 0.11 0 0.17 220 0.29 0.76
Hex AF BB D3 11 B 0 11 DC 1D 4C
Octal 257 273 323 21 13 0 21 334 35 114
Binary 10101111 10111011 11010011 10001 1011 0 10001 11011100 11101 1001100

Color Harmonies of #AFBBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBD3

Black with #AFBBD3

Text Example


Text Example

White with #AFBBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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