Html Css Color HEX #AFC5D3 Spindle

📋 copy color: '#AFC5D3'

red 175 ◦ green 197 ◦ blue 211

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

Shades of Spindle #AFC5D3

Tints of Spindle #AFC5D3

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.79%

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

R = 30.02%
G = 33.79%
B = 36.19%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AFC5D3 (or 0xAFC5D3) is known color: Spindle. HEX triplet: AF, C5 and D3. RGB value is (175,197,211). Sum of RGB (Red+Green+Blue) = 175+197+211=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 211 - color contains mainly: blue. Hex color #AFC5D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5D3 is #503A2C. Grayscale: #BFBFBF. Windows color (decimal): -5257773 or 13878703. OLE color: 13878703.

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

Color convert

RGB 175 197 211 -
CMYK 0.17 0.07 0 0.17
HSL 203.33º 0.29% 0.76% -
HSV(B) 203.33º 0.17% 0.83% -
XYZ 49.4 53.75 69.4 -
YUV 192.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 175 197 211 0.17 0.07 0 0.17 203.33 0.29 0.76
Hex AF C5 D3 11 7 0 11 CB 1D 4C
Octal 257 305 323 21 7 0 21 313 35 114
Binary 10101111 11000101 11010011 10001 111 0 10001 11001011 11101 1001100

Color Harmonies of #AFC5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5D3

Black with #AFC5D3

Text Example


Text Example

White with #AFC5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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