Html Css Color HEX #AFBFD3 Spindle

📋 copy color: '#AFBFD3'

red 175 ◦ green 191 ◦ blue 211

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

Shades of Spindle #AFBFD3

Tints of Spindle #AFBFD3

RGB

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

 GREEN value IS 191 (75% from 255) = 33.1%

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

R = 30.33%
G = 33.1%
B = 36.57%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AFBFD3 (or 0xAFBFD3) is known color: Spindle. HEX triplet: AF, BF and D3. RGB value is (175,191,211). Sum of RGB (Red+Green+Blue) = 175+191+211=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFBFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFD3 is #50402C. Grayscale: #BCBCBC. Windows color (decimal): -5259309 or 13877167. OLE color: 13877167.

HSL color Cylindrical-coordinate representation of color #AFBFD3: hue angle of 213.33º 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 #AFBFD3 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 191 211 -
CMYK 0.17 0.09 0 0.17
HSL 213.33º 0.29% 0.76% -
HSV(B) 213.33º 0.17% 0.83% -
XYZ 48.07 51.08 68.95 -
YUV 188.5 140.7 118.37 -
System Red Green Blue C M Y K H S L
Decimal 175 191 211 0.17 0.09 0 0.17 213.33 0.29 0.76
Hex AF BF D3 11 9 0 11 D5 1D 4C
Octal 257 277 323 21 11 0 21 325 35 114
Binary 10101111 10111111 11010011 10001 1001 0 10001 11010101 11101 1001100

Color Harmonies of #AFBFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFD3

Black with #AFBFD3

Text Example


Text Example

White with #AFBFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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