Html Css Color HEX #AFC9DA Spindle

📋 copy color: '#AFC9DA'

red 175 ◦ green 201 ◦ blue 218

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

Shades of Spindle #AFC9DA

Tints of Spindle #AFC9DA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.84%

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

R = 29.46%
G = 33.84%
B = 36.7%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFC9DA (or 0xAFC9DA) is known color: Spindle. HEX triplet: AF, C9 and DA. RGB value is (175,201,218). Sum of RGB (Red+Green+Blue) = 175+201+218=594 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.46% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC9DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9DA is #503625. Grayscale: #C3C3C3. Windows color (decimal): -5256742 or 14338479. OLE color: 14338479.

HSL color Cylindrical-coordinate representation of color #AFC9DA: hue angle of 203.72º 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 #AFC9DA is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 201 218 -
CMYK 0.20 0.08 0 0.15
HSL 203.72º 0.37% 0.77% -
HSV(B) 203.72º 0.2% 0.85% -
XYZ 51.22 55.95 74.43 -
YUV 195.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 175 201 218 0.20 0.08 0 0.15 203.72 0.37 0.77
Hex AF C9 DA 14 8 0 F CC 25 4D
Octal 257 311 332 24 10 0 17 314 45 115
Binary 10101111 11001001 11011010 10100 1000 0 1111 11001100 100101 1001101

Color Harmonies of #AFC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9DA

Black with #AFC9DA

Text Example


Text Example

White with #AFC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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