Html Css Color HEX #AFCADC Spindle

📋 copy color: '#AFCADC'

red 175 ◦ green 202 ◦ blue 220

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

Shades of Spindle #AFCADC

Tints of Spindle #AFCADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.84%

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 29.31%
G = 33.84%
B = 36.85%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AFCADC (or 0xAFCADC) is known color: Spindle. HEX triplet: AF, CA and DC. RGB value is (175,202,220). Sum of RGB (Red+Green+Blue) = 175+202+220=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 202 (79.30% from 255 or 33.84% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFCADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCADC is #503523. Grayscale: #C3C3C3. Windows color (decimal): -5256484 or 14469807. OLE color: 14469807.

HSL color Cylindrical-coordinate representation of color #AFCADC: hue angle of 204º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFCADC is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 202 220 -
CMYK 0.20 0.08 0 0.14
HSL 204º 0.39% 0.77% -
HSV(B) 204º 0.2% 0.86% -
XYZ 51.72 56.52 75.89 -
YUV 195.98 141.55 113.04 -
System Red Green Blue C M Y K H S L
Decimal 175 202 220 0.20 0.08 0 0.14 204 0.39 0.77
Hex AF CA DC 14 8 0 E CC 27 4D
Octal 257 312 334 24 10 0 16 314 47 115
Binary 10101111 11001010 11011100 10100 1000 0 1110 11001100 100111 1001101

Color Harmonies of #AFCADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCADC

Black with #AFCADC

Text Example


Text Example

White with #AFCADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCADC; }

 p { color: rgb(175,202,220); }

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

background-color css

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

 a { background-color: rgb(175,202,220); }

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

border-color css

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

 span { border-color: rgb(175,202,220); }

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