Html Css Color HEX #AFC2D7 Spindle

📋 copy color: '#AFC2D7'

red 175 ◦ green 194 ◦ blue 215

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

Shades of Spindle #AFC2D7

Tints of Spindle #AFC2D7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.22%

 BLUE value IS 215 (84.38% from 255) = 36.82%

R = 29.97%
G = 33.22%
B = 36.82%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AFC2D7 (or 0xAFC2D7) is known color: Spindle. HEX triplet: AF, C2 and D7. RGB value is (175,194,215). Sum of RGB (Red+Green+Blue) = 175+194+215=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 215 (84.38% from 255 or 36.82% from 584); Max value from RGB is 215 - color contains mainly: blue. Hex color #AFC2D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2D7 is #503D28. Grayscale: #BEBEBE. Windows color (decimal): -5258537 or 14140079. OLE color: 14140079.

HSL color Cylindrical-coordinate representation of color #AFC2D7: hue angle of 211.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFC2D7 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 194 215 -
CMYK 0.19 0.10 0 0.16
HSL 211.5º 0.33% 0.76% -
HSV(B) 211.5º 0.19% 0.84% -
XYZ 49.24 52.6 71.85 -
YUV 190.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 175 194 215 0.19 0.10 0 0.16 211.5 0.33 0.76
Hex AF C2 D7 13 A 0 10 D4 21 4C
Octal 257 302 327 23 12 0 20 324 41 114
Binary 10101111 11000010 11010111 10011 1010 0 10000 11010100 100001 1001100

Color Harmonies of #AFC2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2D7

Black with #AFC2D7

Text Example


Text Example

White with #AFC2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2D7; }

 p { color: rgb(175,194,215); }

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

background-color css

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

 a { background-color: rgb(175,194,215); }

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

border-color css

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

 span { border-color: rgb(175,194,215); }

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