Html Css Color HEX #AFBCCF Spindle

📋 copy color: '#AFBCCF'

red 175 ◦ green 188 ◦ blue 207

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

Shades of Spindle #AFBCCF

Tints of Spindle #AFBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.98%

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

R = 30.7%
G = 32.98%
B = 36.32%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AFBCCF (or 0xAFBCCF) is known color: Spindle. HEX triplet: AF, BC and CF. RGB value is (175,188,207). Sum of RGB (Red+Green+Blue) = 175+188+207=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #AFBCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCCF is #504330. Grayscale: #BABABA. Windows color (decimal): -5260081 or 13614255. OLE color: 13614255.

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

Color convert

RGB 175 188 207 -
CMYK 0.15 0.09 0 0.19
HSL 215.63º 0.25% 0.75% -
HSV(B) 215.63º 0.15% 0.81% -
XYZ 46.92 49.59 66.13 -
YUV 186.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 175 188 207 0.15 0.09 0 0.19 215.63 0.25 0.75
Hex AF BC CF F 9 0 13 D8 19 4B
Octal 257 274 317 17 11 0 23 330 31 113
Binary 10101111 10111100 11001111 1111 1001 0 10011 11011000 11001 1001011

Color Harmonies of #AFBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBCCF

Black with #AFBCCF

Text Example


Text Example

White with #AFBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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