Html Css Color HEX #AFC6D2 Spindle

📋 copy color: '#AFC6D2'

red 175 ◦ green 198 ◦ blue 210

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

Shades of Spindle #AFC6D2

Tints of Spindle #AFC6D2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.96%

 BLUE value IS 210 (82.42% from 255) = 36.02%

R = 30.02%
G = 33.96%
B = 36.02%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AFC6D2 (or 0xAFC6D2) is known color: Spindle. HEX triplet: AF, C6 and D2. RGB value is (175,198,210). Sum of RGB (Red+Green+Blue) = 175+198+210=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 210 - color contains mainly: blue. Hex color #AFC6D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6D2 is #50392D. Grayscale: #C0C0C0. Windows color (decimal): -5257518 or 13813423. OLE color: 13813423.

HSL color Cylindrical-coordinate representation of color #AFC6D2: hue angle of 200.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFC6D2 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 198 210 -
CMYK 0.17 0.06 0 0.18
HSL 200.57º 0.28% 0.75% -
HSV(B) 200.57º 0.17% 0.82% -
XYZ 49.51 54.16 68.82 -
YUV 192.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 175 198 210 0.17 0.06 0 0.18 200.57 0.28 0.75
Hex AF C6 D2 11 6 0 12 C9 1C 4B
Octal 257 306 322 21 6 0 22 311 34 113
Binary 10101111 11000110 11010010 10001 110 0 10010 11001001 11100 1001011

Color Harmonies of #AFC6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6D2

Black with #AFC6D2

Text Example


Text Example

White with #AFC6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6D2; }

 p { color: rgb(175,198,210); }

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

background-color css

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

 a { background-color: rgb(175,198,210); }

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

border-color css

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

 span { border-color: rgb(175,198,210); }

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