Html Css Color HEX #AFBFD4 Spindle

📋 copy color: '#AFBFD4'

red 175 ◦ green 191 ◦ blue 212

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

Shades of Spindle #AFBFD4

Tints of Spindle #AFBFD4

RGB

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

 GREEN value IS 191 (75% from 255) = 33.04%

 BLUE value IS 212 (83.2% from 255) = 36.68%

R = 30.28%
G = 33.04%
B = 36.68%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AFBFD4 (or 0xAFBFD4) is known color: Spindle. HEX triplet: AF, BF and D4. RGB value is (175,191,212). Sum of RGB (Red+Green+Blue) = 175+191+212=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 212 (83.20% from 255 or 36.68% from 578); Max value from RGB is 212 - color contains mainly: blue. Hex color #AFBFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBFD4 is #50402B. Grayscale: #BCBCBC. Windows color (decimal): -5259308 or 13942703. OLE color: 13942703.

HSL color Cylindrical-coordinate representation of color #AFBFD4: hue angle of 214.05º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFBFD4 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 191 212 -
CMYK 0.17 0.10 0 0.17
HSL 214.05º 0.3% 0.76% -
HSV(B) 214.05º 0.17% 0.83% -
XYZ 48.19 51.13 69.62 -
YUV 188.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 175 191 212 0.17 0.10 0 0.17 214.05 0.3 0.76
Hex AF BF D4 11 A 0 11 D6 1E 4C
Octal 257 277 324 21 12 0 21 326 36 114
Binary 10101111 10111111 11010100 10001 1010 0 10001 11010110 11110 1001100

Color Harmonies of #AFBFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBFD4

Black with #AFBFD4

Text Example


Text Example

White with #AFBFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBFD4; }

 p { color: rgb(175,191,212); }

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

background-color css

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

 a { background-color: rgb(175,191,212); }

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

border-color css

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

 span { border-color: rgb(175,191,212); }

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