Html Css Color HEX #AFC4DA Spindle

📋 copy color: '#AFC4DA'

red 175 ◦ green 196 ◦ blue 218

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

Shades of Spindle #AFC4DA

Tints of Spindle #AFC4DA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.28%

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

R = 29.71%
G = 33.28%
B = 37.01%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AFC4DA (or 0xAFC4DA) is known color: Spindle. HEX triplet: AF, C4 and DA. RGB value is (175,196,218). Sum of RGB (Red+Green+Blue) = 175+196+218=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #AFC4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4DA is #503B25. Grayscale: #C0C0C0. Windows color (decimal): -5258022 or 14337199. OLE color: 14337199.

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

Color convert

RGB 175 196 218 -
CMYK 0.20 0.10 0 0.15
HSL 210.7º 0.37% 0.77% -
HSV(B) 210.7º 0.2% 0.85% -
XYZ 50.07 53.66 74.05 -
YUV 192.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 175 196 218 0.20 0.10 0 0.15 210.7 0.37 0.77
Hex AF C4 DA 14 A 0 F D3 25 4D
Octal 257 304 332 24 12 0 17 323 45 115
Binary 10101111 11000100 11011010 10100 1010 0 1111 11010011 100101 1001101

Color Harmonies of #AFC4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4DA

Black with #AFC4DA

Text Example


Text Example

White with #AFC4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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