Html Css Color HEX #AFC3DA Spindle

📋 copy color: '#AFC3DA'

red 175 ◦ green 195 ◦ blue 218

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

Shades of Spindle #AFC3DA

Tints of Spindle #AFC3DA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.16%

 BLUE value IS 218 (85.55% from 255) = 37.07%

R = 29.76%
G = 33.16%
B = 37.07%

CMYK

 C value IS 0.20

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFC3DA (or 0xAFC3DA) is known color: Spindle. HEX triplet: AF, C3 and DA. RGB value is (175,195,218). Sum of RGB (Red+Green+Blue) = 175+195+218=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 218 (85.55% from 255 or 37.07% from 588); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC3DA is #503C25. Grayscale: #BFBFBF. Windows color (decimal): -5258278 or 14336943. OLE color: 14336943.

HSL color Cylindrical-coordinate representation of color #AFC3DA: hue angle of 212.09º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFC3DA is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 195 218 -
CMYK 0.20 0.11 0 0.15
HSL 212.09º 0.37% 0.77% -
HSV(B) 212.09º 0.2% 0.85% -
XYZ 49.85 53.21 73.97 -
YUV 191.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 175 195 218 0.20 0.11 0 0.15 212.09 0.37 0.77
Hex AF C3 DA 14 B 0 F D4 25 4D
Octal 257 303 332 24 13 0 17 324 45 115
Binary 10101111 11000011 11011010 10100 1011 0 1111 11010100 100101 1001101

Color Harmonies of #AFC3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3DA

Black with #AFC3DA

Text Example


Text Example

White with #AFC3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3DA; }

 p { color: rgb(175,195,218); }

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

background-color css

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

 a { background-color: rgb(175,195,218); }

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

border-color css

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

 span { border-color: rgb(175,195,218); }

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