Html Css Color HEX #AFBBCF Spindle

📋 copy color: '#AFBBCF'

red 175 ◦ green 187 ◦ blue 207

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

Shades of Spindle #AFBBCF

Tints of Spindle #AFBBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.86%

 BLUE value IS 207 (81.25% from 255) = 36.38%

R = 30.76%
G = 32.86%
B = 36.38%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFBBCF (or 0xAFBBCF) is known color: Spindle. HEX triplet: AF, BB and CF. RGB value is (175,187,207). Sum of RGB (Red+Green+Blue) = 175+187+207=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFBBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBBCF is #504430. Grayscale: #B9B9B9. Windows color (decimal): -5260337 or 13613999. OLE color: 13613999.

HSL color Cylindrical-coordinate representation of color #AFBBCF: hue angle of 217.5º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBBCF is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 187 207 -
CMYK 0.15 0.10 0 0.19
HSL 217.5º 0.25% 0.75% -
HSV(B) 217.5º 0.15% 0.81% -
XYZ 46.71 49.16 66.06 -
YUV 185.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 175 187 207 0.15 0.10 0 0.19 217.5 0.25 0.75
Hex AF BB CF F A 0 13 DA 19 4B
Octal 257 273 317 17 12 0 23 332 31 113
Binary 10101111 10111011 11001111 1111 1010 0 10011 11011010 11001 1001011

Color Harmonies of #AFBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBBCF

Black with #AFBBCF

Text Example


Text Example

White with #AFBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBBCF; }

 p { color: rgb(175,187,207); }

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

background-color css

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

 a { background-color: rgb(175,187,207); }

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

border-color css

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

 span { border-color: rgb(175,187,207); }

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